]> git.ipfire.org Git - thirdparty/libarchive.git/commit
Add --older,--older-than,--older-mtime and --older-mtime-than to bsdtar to
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 3 Oct 2012 00:05:57 +0000 (09:05 +0900)
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>
Wed, 3 Oct 2012 00:05:57 +0000 (09:05 +0900)
commit58a5bbef0a5f2e44abb73526942e072e0ecb3147
treeca5308909cc47e24bc168c95c314e0a6c364c8a1
parent8c1c0a7a4c56693f876aa11be7766f5ec1591b3d
Add --older,--older-than,--older-mtime and --older-mtime-than to bsdtar to
enable only including files and directories older than specified date or file.
Makefile.am
tar/bsdtar.1
tar/bsdtar.c
tar/bsdtar.h
tar/cmdline.c
tar/test/CMakeLists.txt
tar/test/test_option_older_than.c [new file with mode: 0644]