Les Klassen Hamm writes:
> My "roll your own" backup is similar to this, consisting basically of
> rsync instead of tar, and to a removable hard drive (all on one line):
>
> /usr/bin/rsync -av
> --exclude-from=/home/leskh/files-to-exclude-from-rsync-backup
> /home/leskh/ /media/ExtBackup/,
I'm surprised that I don't see a '--backup' or a '--backup-dir' in
there... Without those, you really just have a one-way mirror, and
that's not a backup. (If you don't notice right away that you've
overwritten/corrupted some valuable file, then the next time you
rsync you lose your backup copy too... :( )
Later...
Greg Oster
Received on Wed Mar 19 12:07:48 2008
This archive was generated by hypermail 2.1.8 : Wed Mar 19 2008 - 12:07:50 CST