bug-tar
[Top][All Lists]
Advanced

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

[Bug-tar] Verify option not working with incremental backups


From: Andrew Henry
Subject: [Bug-tar] Verify option not working with incremental backups
Date: Sat, 21 Jul 2007 14:48:46 +0200
User-agent: Thunderbird 1.5.0.12 (X11/20070604)

I have used the following tar command for several months using TAR 1.16...

## make level0 backup
tar -cvPWf /media/1394disk/backuplvl0.tar --listed-incremental
/var/log/snar /home/

## copy snar file
cp /var/log/snar /var/log/snar-1

## make level 1 backup...just changes since level 0
tar -cvPWf /media/1394disk/backuplvl1.tar --listed-incremental
/var/log/snar-1 /home/

It all worked fine up until a few months ago i think, when I noticed
that my incremental backups were the same size as my level 0 backups.

Now, I have had chance to investigate and it appears that the W option
to verify the archive is not working with incremental backups.  If I
remove W then all works fine.  If W is included, then all incremental
backups are same size as level0.

Is this a known issue?  If so, is it fixed in 1.16.1?

Regards,
andrew

-- 
GnuPG Key ID: ECB18ABA
Fingerprint:  FDF3 91FC F5BC 1164 E217  315E 337E 219B ECB1 8ABA


Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]