summaryrefslogtreecommitdiff
path: root/tar/bsdtar.h
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-03 09:05:57 +0900
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2012-10-03 09:05:57 +0900
commit58a5bbef0a5f2e44abb73526942e072e0ecb3147 (patch)
treeca5308909cc47e24bc168c95c314e0a6c364c8a1 /tar/bsdtar.h
parent8c1c0a7a4c56693f876aa11be7766f5ec1591b3d (diff)
downloadlibarchive-58a5bbef0a5f2e44abb73526942e072e0ecb3147.tar.gz
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.
Diffstat (limited to 'tar/bsdtar.h')
-rw-r--r--tar/bsdtar.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tar/bsdtar.h b/tar/bsdtar.h
index 2387c44a..8a11b1e1 100644
--- a/tar/bsdtar.h
+++ b/tar/bsdtar.h
@@ -132,6 +132,10 @@ enum {
OPTION_NO_SAME_PERMISSIONS,
OPTION_NULL,
OPTION_NUMERIC_OWNER,
+ OPTION_OLDER_CTIME,
+ OPTION_OLDER_CTIME_THAN,
+ OPTION_OLDER_MTIME,
+ OPTION_OLDER_MTIME_THAN,
OPTION_ONE_FILE_SYSTEM,
OPTION_OPTIONS,
OPTION_POSIX,