> -----Original Message----- > From: Kent Borg [mailto:kentborg@xxxxxxxx] > > On Wed, Jan 28, 2004 at 03:44:14PM +0000, Alan Dunkley wrote: > > On Wednesday 28 Jan 2004 3:01 pm, Ron Herardian wrote: > > > When installing everything and allowing for future > updates and packages I > > > am using the following disk layout: > > > > > > Mount Point Size > > > /boot 100MB > > > / 500MB > > > /usr 4GB > > > /var 2GB > > > swap 2x physical RAM, e.g., 1GB > > > /home TBD, e.g., 1GB per user > > > /opt TBD/catchall [3rd party servers > will be installed here] > > A couple suggestions: > > > To do those backups I suggest you do something similar to "mikes. > handy rotating-filesystem-snapshot utility", > <http://www.mikerubel.org/computers/rsync_snapshots/index.html>. > > The jist of it is that recent versions of rsync have a "--link-dest" > option that makes it possible to make a "complete" backup where files > that have not changed from the last "complete" backup are actually > hard links back to common data. It means it is possible to have a > bunch of what appear to be complete backups, that look like simple > directory trees, but which are actually rather compact incremental > backups that only use up inodes and space for files that changed. I've been using that exact script although I'v hacked together a little difference between that and mirrordir script. (FYI, mirrordir is the task of miroring an entire directory structure onto another disk in the same PC) I use mirrordir for same pc hd to hd mirroring and rsync for Server1 to server2 mirroring of essential files Now.. Can anyone tell me how to set up rsync to use ssh?? rsync -ave ssh seems to be the idea but i keep geting ssh_exchange_identification: Connection closed by remote host whenever i try. (after setting up passwordless logins using SSH, from server1 to server2 I can get from server2 to server1 anymore!)