08-12-04 10:45 PM
In article <ugHQc.63037$a8.9064
@fe2.news.blueyonder.co.uk>, someone@nospam.com says...
> I have a XP Pro PC with Raid 1 (2x40gb)
>
> What I would like to do is backup My Documents, settings , etc. So, if my
XP
> messes up I can re-install XP then restore all my settings and documents t
o
> the new XP install.
>
> I would like backup over a LAN to a Linux PC. Is there any software out
> there that can automate this for me?
rsync in daemon mode on the linux server, or ssh+rsync
You can create a batch file to run at startup (put a
link in the startup folder), or you can schedule it to
run using Task Scheduler. (The task scheduler option
can even run when you're not logged in.)
Other alternative is running samba on the linux server,
mapping a drive, and then using something like Second
Copy 2000. (Which is all GUI-based rather then command
line.)
[ Post a follow-up to this message ]
|