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

Adam Tauno Williams adam at morrison-ind.com
Tue Nov 1 08:14:15 EST 2005


> > 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.

Just as an aside, you can split this over multiple lines -
tar --create \
    --listed-incremental=/usr/local/bin/usr-var.snar \
    /dirtobackup \
    -f /location/of/backup/file.tar

This often results in something much easier to read.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://www.kalamazoolinux.org/pipermail/members/attachments/20051101/a55dca10/attachment.bin


More information about the Members mailing list