[KLUG Members] Incrimental backup of one drive to the other.

bill bill at billtron.com
Tue Nov 1 08:06:52 EST 2005


On Mon, 2005-10-31 at 20:30, Bill Katsma wrote:
> Hello,
> 
> I would like to do a simple incrimental backup w/compression of one drive to
> another.  Does any one have any sugested scripts or programs.


I just started trying this.  Seems to work o.k.  It makes an incremental
backup by referring to a file of all the previous files and dates.  If a
file is new or newer, it adds it to the backup.  Command should be all
on one line.

tar --create --listed-incremental=/usr/local/bin/usr-var.snar
/dirtobackup -f /loction/of/backup/file.tar

kind regards,

bill



More information about the Members mailing list