--- Begin Message ---
Subject: |
tar --listed-incremental bogous? |
Date: |
Sun, 15 Feb 2004 02:27:50 +0100 |
User-agent: |
Mutt/1.5.5.1+cvs20040105i |
i am having problems with debians gnu tar, not producing
incremental backups as expected. it seems to create just a file
with one single current timestamp in the snapshot file, not a
per-file timestamp with inode information as it sometimes does
(not sure why or when).
please consider the attached script which exhibits the described
behaviour. it creates this output:
./tar-demo.sh
tar (GNU tar) 1.13.92
Copyright (C) 2003 Free Software Foundation, Inc.
This program comes with NO WARRANTY, to the extent permitted by
law.
You may redistribute it under the terms of the GNU General Public
License;
see the file named COPYING for details.
Written by John Gilmore and Jay Fenlason.
1076808287
1076808288
Please tell me how i can make tar produce proper incremental
backups (which seem to fail for my part because of bogous
snapshot files).
i was not able to find the development mailing list's address;
feel free to take this there, but please cc me since i am not on
it.
tar-demo.sh
Description: Bourne shell script
--- End Message ---