[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#8380: "tar u" ignores files if archive modification time >= folder m
From: |
Karsten Loesing |
Subject: |
bug#8380: "tar u" ignores files if archive modification time >= folder modification time |
Date: |
Wed, 30 Mar 2011 14:13:58 +0200 |
User-agent: |
Mutt/1.5.18 (2008-05-17) |
Hello list,
today I found that "tar u" doesn't update an archive unless the folder's
modification time is newer than the archive's modification time.
So, for example, creating a folder files/ with file-1, creating a test.tar
from it, creating another file files/file-2, and updating test.tar won't
add file-2 if this all happens in the same second.
Even touching files/file-2 a few seconds later won't add it to the tarball
if one tries to update it.
The only way to add files/file-2 is to touch the files/ folder before
updating the tarball.
Please find the attached shell script for an example.
I'm running "tar (GNU tar) 1.20", and I confirmed that "bsdtar 2.6.2 -
libarchive 2.6.2" on Mac OS X 10.6 behaves differently. So, either this
is a bug, or at least a documentation/usability problem.
Thanks,
Karsten
test-tar.sh
Description: Bourne shell script
- bug#8380: "tar u" ignores files if archive modification time >= folder modification time,
Karsten Loesing <=