-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I use rsnapshot at home, though I am terribly fond of it (I am better in bash than I am in perl, so hacking it up is a bit of a PITA).
What I generally do for both my servers and my clients, is that I take the initial snapshot locally, that is I bring my laptop down to their site, hook up a USB or firewire drive, and do the transfer onsite. Later I move this data to the backup server. From now on only incremental changes need to moved across the wire. For remote sites, I will manually do the first sync, usually with rsync (which is what rsnapshot actually uses). Rsync has several useful CLI flags, one of which is --bwlimit=KBPS You can do this to limit the bandwidth used to reduce the impact that the backup has. I used this to do the initial backup of a remote site in Northern Alberta. Once we had a complete copy, we started the automated backups. This does not use any less bandwidth, it just makes it less obvious. Most of the ISPs here (Shaw and Telus in particular) go after the heavy users. An rsync that takes a week at "low speed" is not usually "noticed". This is the short short overly simplified version, but you should get the idea. Hth, PS - another flexible perl backup program is backuppc. You can also do push backups with rsync, check out http://www.rsync.net/resources/howto/windows_rsync.html My affiliation with rsync.net is that of a customer, I have been extremely happy with their service (offsite backup). Jon wrote: > Hi All, > > I've been playing quite heavily with Rsnapshot during this last week. > The plan is to use Rsnapshot to dive into customer's servers in the > middle of the night and take snapshots of their data. > > It's quite a slick little application that is very easy to set up and > even easier to manage once it's running. I really like it, but the > problem we're running into is bandwidth. > > Some of our customers have 100GB or more of data and the best uploads > we're seeing is somewhere around 300-500MB an hour. Once we have a full > backup we'll be OK because Rsnapshot will only take incrementals, but > the first backup is killing us. I've done some really bad math (the only > kind I do) and it seems to me that with the type of upload caps that the > local ISPs are putting on their lines, that's about the best speed we're > going to get. > > I'm wondering if anyone else in the CLUG is doing any kind of remote > backup stuff and may have faced this issue before? I'm not married to > Rsnapshop - in fact, we'll go with anything that works so all > suggestions are welcome. > > Thanks! > > Jon > _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.5 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFbUL1wRXgH3rKGfMRAv+KAJ4yB4o/oPyNefjjODzOukfQx6YJ4wCggZr3 7PwBpLN9O7zV10z9U1/I6z0= =TnP3 -----END PGP SIGNATURE----- _______________________________________________ clug-talk mailing list [email protected] http://clug.ca/mailman/listinfo/clug-talk_clug.ca Mailing List Guidelines (http://clug.ca/ml_guidelines.php) **Please remove these lines when replying

