Automatic backup-to-server on Windows XP
March 7, 2005 9:19 AM   RSS feed for this thread Subscribe

I'm looking for a way to automatically back-up specified directories to a web server under Windows XP.

I recently went through a accidentally-fried-motherboard scare, and it kinda freaked me out that I didn't have backups of my important stuff. So I'm looking for a simple utility to upload stuff to a server on a weekly basis. A set-it-up-once-and-forget-it's-running kind of thing.
posted by billybunny to computers & internet (3 comments total)
This is a perfect job for Scheduled Tasks and a batch script. How do you connect to the file server, FTP or drive mapping?
posted by pmbuko at 10:19 AM on March 7, 2005


FTP. I'll take a look at scheduled tasks, and I haven't used a batch file since like 1997, so this'll be fun.
posted by billybunny at 4:21 PM on March 7, 2005


If you have ssh access to the server, you should consider using rsync to copy the files. Rsync will only copy files that have changed since the last backup, so you can run the backup job more frequently. cwRsync is a Windows version. You'll still need to write batch files and schedule them to run as tasks. This page has some shell scripts for automated backups under Linux, but they can be adapted for use under Windows, and show how to do several of the things you're likely to want, such as incremental backups and excluding specific file types.
posted by yarmond at 10:29 PM on March 7, 2005


« Older My 13 yr. old son has been tak...   |   I am about to set up a Flickr ... Newer »

You are not logged in, either login or create an account to post comments



Related Questions
Backup solutions? October 2, 2008
How do I backup/copy just the new stuff? August 23, 2008
automatic back-up solution for someone who doesn't... August 18, 2008
XP unusably slow after STOP errors and running... March 4, 2007
Setting up my new HDD April 21, 2005