PDA

View Full Version : How to backup data (one folder) of XP ==> LINUX machine, periodically?



frenchn00b
April 20th, 2009, 05:43 PM
Hello,

How to backup data (one folder) of XP ==> LINUX machine, periodically?

c:\foldertobackup (25GB) source =====> LINUX (delete the changes here) mirror

if I delete in c:\foldertobackup it should also delete into hte linux folder.

Any ideas how to make it ?
whatever idea accepted that is fast and easy

rotwang888
April 20th, 2009, 05:49 PM
Try rsync or grsync (rsync with a gui).

frenchn00b
April 20th, 2009, 05:49 PM
Try rsync or grsync (rsync with a gui).

it is for windows?
because windows has not single shares,
it can access the samba of linux

logos34
April 20th, 2009, 05:52 PM
maybe use automatic incremental backup in rsync or sbackup

frenchn00b
April 20th, 2009, 05:57 PM
maybe use automatic incremental backup in rsync or sbackup

and it is included already in microsoft XP?

logos34
April 20th, 2009, 06:01 PM
no, you'd need to use rsync/grsync or sbackup from the linux side.

You want a windows app? (if so you'd need to install fs-driver so xp can access the ext3 linux partition).

frenchn00b
April 20th, 2009, 06:04 PM
no, you'd need to use rsync/grsync or sbackup from the linux side.

You want a windows app? (if so you'd need to install fs-driver so xp can access the ext3 linux partition).

but I can access linux, it is the /home/user thourght the samba, like a normal share
it is my O:\mydata into linux

kevdog
April 20th, 2009, 06:06 PM
Unison has a windows gui client (although its primitive). It also needs to run on the server. It uses rsync which seems to be the most established replication/mirroring solution. I wrote a tutorial on how to compile unison from svn or cvs -- its in the tutorials and tips section. The windows gui build is available from the website.

http://alan.petitepomme.net/unison/index.html

mips
April 20th, 2009, 06:08 PM
it is for windows?
because windows has not single shares,



and it is included already in microsoft XP?

http://www.gaztronics.net/rsync.php
http://www.aboutmyip.com/AboutMyXApp/DeltaCopy.jsp
http://optics.ph.unimelb.edu.au/help/rsync/rsync_pc1.html
http://www.brentnorris.net/rsyncntdoc.html
http://www.rsync.net/resources/howto/windows_rsync.html

fjf
April 20th, 2009, 06:10 PM
In linux, grsync.
In windows, icemirror.

frenchn00b
April 20th, 2009, 06:12 PM
Unison has a windows gui client (although its primitive). It also needs to run on the server. It uses rsync which seems to be the most established replication/mirroring solution. I wrote a tutorial on how to compile unison from svn or cvs -- its in the tutorials and tips section. The windows gui build is available from the website.

http://alan.petitepomme.net/unison/index.html

I dont know but it is not working :(

http://yellowprotoss.ye.funpic.org/website/errors/Clipboard02-error-union.jpg

frenchn00b
April 20th, 2009, 06:20 PM
In linux, grsync.
In windows, icemirror.

icemirror hasnt to delete the files on the SAMBA LINUX box :(
http://www.softpedia.com/screenshots/ICE-Mirror_1.png

MaxIBoy
April 20th, 2009, 08:40 PM
it is for windows?
because windows has not single shares,
it can access the samba of linuxYou can use Cygwin to duplicate the UNIX API on Windows.

frenchn00b
May 22nd, 2009, 07:26 AM
icemirror hasnt to delete the files on the SAMBA LINUX box :(
http://www.softpedia.com/screenshots/ICE-Mirror_1.png

Hi,
So it is working ice mirror, I did some further testing.
I will adopt it for a while and let you know about it, further progresses.

the procedure is as follows:
http://img40.imageshack.us/my.php?image=icemirrorprocedure.jpg

the problem is that icemirror does not save the configuratino in ini file :(

solved in alternative solution :(

anyfuther ideas, are welcome

LookTJ
May 22nd, 2009, 07:41 AM
Download and install SyncToy, it's pretty straightforward to use

ALSO: http://www.mydigitallife.info/2008/01/01/schedule-synctoy-to-run-and-automatically-and-repetitively/

frenchn00b
May 22nd, 2009, 07:52 AM
Download and install SyncToy, it's pretty straightforward to use

ALSO: http://www.mydigitallife.info/2008/01/01/schedule-synctoy-to-run-and-automatically-and-repetitively/

it needs the framework microsoft, and wine does not like it :( :(
but not that bad,

Does it do the echo sync via SSH to our linux servers?

frenchn00b
May 22nd, 2009, 08:27 AM
Download and install SyncToy, it's pretty straightforward to use

ALSO: http://www.mydigitallife.info/2008/01/01/schedule-synctoy-to-run-and-automatically-and-repetitively/


Program not good :(
http://img200.imageshack.us/my.php?image=configsynctoyms.jpg

==>
d:\tosave
d:\backup

if you delete files, into the d:\backup, after teh sync echo, a new echo sync, will not re-place them into the d:\backup

damn, i dont know what they think MS programers
:(

http://img200.imageshack.us/my.php?image=configsynctoyms.jpg

frenchn00b
May 22nd, 2009, 08:35 AM
synctoy does NOT delete in bakcup the hidden files

and creates jkdflsjkslfdjkflsdjjfskldjklafd.1.exe like that, when the program is LOST :(
damn :(

frenchn00b
May 25th, 2009, 06:06 PM
-- removed

dragos240
May 25th, 2009, 06:19 PM
why not just create a script that automatically mounts your xp partition, and then copies the folder. It would do it on bootup.

frenchn00b
May 25th, 2009, 06:21 PM
why not just create a script that automatically mounts your xp partition, and then copies the folder. It would do it on bootup.

"MASTER XP ===> LINUX BOX, with delete"

but actually it should rename and delete, changes, on hte linux box. A brutal CP would take too much time :(