Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 May 2008 15:55:29 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin/tar bsdtar.1 bsdtar.c
Message-ID:  <200805171555.m4HFtTxt079922@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200805171555.m4HFtTxt079922>