cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c
Colin Percival
cperciva at FreeBSD.org
Sat May 17 15:55:30 UTC 2008
cperciva 2008-05-17 15:55:29 UTC
FreeBSD src repository
Modified files:
usr.bin/tar bsdtar.1 bsdtar.c
Log:
Add --keep-newer-files option (as in GNU tar: When in -x mode, ignore
files if the existing file is newer than the archive entry).
Currently if any files are ignored, bsdtar will exit with a non-zero
exit status; this is likely to change in the future, but requires some
API changes in libarchive.
Discussed with: kientzle
Obtained from: tarsnap
Revision Changes Path
1.42 +4 -0 src/usr.bin/tar/bsdtar.1
1.89 +5 -0 src/usr.bin/tar/bsdtar.c
More information about the cvs-src
mailing list