View Full Version : Automated backups over my LAN?
I'm looking for some software to run automated backups of certain directories over my LAN from one PC to another at set intervals.
I've been using Second Copy but I'm starting to get some issues with it and it's not doing what I want any more.
Does anyone know of a tool I can use to do this?
batch file...xcopy...scheduled task.
Is the way I used to do it. I suspect there's probably software to make it easier though.
xcopy won't delete files though, if a file has gone from the source directory, I want it removed from the destination.
robocopy/xxcopy then. Robocopy will certainly delete files.
I think xxcopy will do what I want but it's getting humpty about copying cross network as the free version is really only for one PC.
Testing it now anyway.
If you've done it in a way that will copy incrementally, it should improve after the first run through.
/mirrror command on robocopy will delete the destination if the source is removed.
Second robocopy, it's what xcopy should have been in the first place. Synctoy is the obvious GUI suggestion, though I dont know if that can be scheduled.
I can't install the Windows 2003 resource kit on my Windows 2000 box and the version of Robocopy I've found which works doesn't support the /mirror command.
xxcopy is working but it requires a keypress to get past the fact I'm using the normal, not the pro version.
*sigh*
Does it have /PURGE ? Same thing really.
/Z : Copies files in restartable mode.
/NP : No Progress - don't display % copied.
/ETA : show Estimated Time of Arrival of copied files.
/MOVE : Move files and dirs (delete from source after copying).
/PURGE : delete dest files/dirs that no longer exist in source.
Aye /e /purge is the same as /mirror.
Here's the latest version anyway if you want it:
http://www.cliff-jodie.co.uk/stuff/robocopy.zip
Ahahahah, that's working well - Better than the old version. Thanks Cliffy :)
http://www.cliff-jodie.co.uk/stuff/robocopy.zip
Yoink, ta.
My version, circa 1997, did have the /mirror option, but yours is several years newer, so thanks. :)
vBulletin® v3.7.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.