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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to