Windows Syncing Software for Website Backup, But Changed Files Only?
April 1, 2004 6:08 PM Subscribe
Can anyone recommend some Windows software to synchronize a local directory with a remote FTP directory? I want to do nightly remote -> local backups that just download the changed files from my web server, but I can't seem to find software that will do this simple thing.
I asked a similar question and the solution was ftpsync, which is written in perl, and should therefore also run T]indows.
posted by plinth at 7:03 PM on April 1, 2004
posted by plinth at 7:03 PM on April 1, 2004
I run this command on the unix server and have a FTP server running on the Windows box.
tar --create --to-stdout /. | ncftpput -u username -p ass -c server.net /path/backup.tar
posted by stbalbach at 8:17 PM on April 1, 2004
tar --create --to-stdout /. | ncftpput -u username -p ass -c server.net /path/backup.tar
posted by stbalbach at 8:17 PM on April 1, 2004
HandyBackup. I swear by it. Doesn't run as a service, but when you're logged in, it sits unobtrusivly in your system tray & just works.
posted by seanyboy at 11:25 PM on April 1, 2004
posted by seanyboy at 11:25 PM on April 1, 2004
But it only synchs one way, so ... ahhh ... maybe not so good.
posted by seanyboy at 11:26 PM on April 1, 2004
posted by seanyboy at 11:26 PM on April 1, 2004
shameless plug..
If you want to spend money on something, the company I work for makes the best real-time file replication software for Windows, Double-Take.
..shameless plug
posted by internal at 2:10 PM on April 2, 2004
If you want to spend money on something, the company I work for makes the best real-time file replication software for Windows, Double-Take.
..shameless plug
posted by internal at 2:10 PM on April 2, 2004
This thread is closed to new comments.
posted by the fire you left me at 6:29 PM on April 1, 2004