On Tue 16 August 2011 06:39:39 Bill Longman did opine thusly: > On 08/15/2011 09:58 PM, Grant wrote: > > the backup server. If I push, I have to allow read/write access > > of my backups via SSH keys. If I pull, I have to enable root > > logins on each system to be backed-up, allow root read access > > of each system via SSH > +1 push. > > But my question is, "Why do you assert that you must allow root > access?" Surely each machine can do its own backups and plop them > into a directory accessible to a "backup" login.
More often than not that results in you needing twice as much disk space as what you actually use, few people are willing to sacrifice that much. Consider: /usr 8G /home 100G+ everything else - much less space That's not unusual for people's personal machines. At some point you will need 100G free for a backup copy. Less if you pipe tar to gzip, but the actual amount is always unknown till you do it. The only amount certain to work is 100G if the data is binary with no benefit from compression. Push backups are indeed the better route for the OP with a simple setup. -- alan dot mckinnon at gmail dot com