[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Looking for a backup to CD-R(W) program





Chris Lale wrote:


Incremental daily backup:
dump -3u -z -M -B 650000 -f /bkp/home/monday.dump /home



Whoops! that should be -9 not -3:
dump -9u -z -M -B 650000 -f /bkp/home/daily.dump /home

The -9 switch causes dump to archive only files that do not exist in the
backup with the next lowest number - in this case the backup for week1 (-5). You could make a backup for week2 using the -6 switch, and the next daily backup (-9) would contain only new files not contained in the week2 backup.


Ht is clearer,

 Chris.



--
:  ___   Chris Lale   <ctlale@coolscience.co.uk>                  :
: /   \                                                           :
: | <_/  My PC runs Debian GNU/Linux 3.0.                         :
: \      Robust, secure and free operating system + applications. :
:  \     Available at http://www.debian.org                       :



Reply to: