You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/cli-reference.md
+19-4Lines changed: 19 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -476,6 +476,18 @@ Extract files from archive
476
476
Default value: `false`
477
477
*`--no-keep-timestamp`[alias: `no-preserve-timestamps`] — Do not restore timestamp of files. This is the inverse option of --preserve-timestamps
478
478
479
+
Default value: `false`
480
+
*`--mtime <DATETIME>` — Overrides the modification time
481
+
*`--clamp-mtime` — Clamp the modification time of the entries to the specified time by --mtime
482
+
483
+
Default value: `false`
484
+
*`--ctime <DATETIME>` — Overrides the creation time
485
+
*`--clamp-ctime` — Clamp the creation time of the entries to the specified time by --ctime
486
+
487
+
Default value: `false`
488
+
*`--atime <DATETIME>` — Overrides the access time
489
+
*`--clamp-atime` — Clamp the access time of the entries to the specified time by --atime
490
+
479
491
Default value: `false`
480
492
*`--keep-permission`[alias: `preserve-permissions`] — Restore the permissions of the files (unstable on Windows)
481
493
@@ -502,10 +514,10 @@ Extract files from archive
502
514
*`--numeric-owner` — This is equivalent to --uname "" --gname "". It causes user and group names in the archive to be ignored in favor of the numeric user and group ids.
503
515
504
516
Default value: `false`
505
-
*`--older-ctime <OLDER_CTIME>` — Only include files and directories older than the specified date (unstable). This compares ctime entries.
506
-
*`--older-mtime <OLDER_MTIME>` — Only include files and directories older than the specified date (unstable). This compares mtime entries.
507
-
*`--newer-ctime <NEWER_CTIME>` — Only include files and directories newer than the specified date (unstable). This compares ctime entries.
508
-
*`--newer-mtime <NEWER_MTIME>` — Only include files and directories newer than the specified date (unstable). This compares mtime entries.
517
+
*`--older-ctime <DATETIME>` — Only include files and directories older than the specified date (unstable). This compares ctime entries.
518
+
*`--older-mtime <DATETIME>` — Only include files and directories older than the specified date (unstable). This compares mtime entries.
519
+
*`--newer-ctime <DATETIME>` — Only include files and directories newer than the specified date (unstable). This compares ctime entries.
520
+
*`--newer-mtime <DATETIME>` — Only include files and directories newer than the specified date (unstable). This compares mtime entries.
509
521
*`--newer-ctime-than <file>`[alias: `newer-than`] — Only include files and directories newer than the specified file (unstable). This compares ctime entries.
510
522
*`--newer-mtime-than <file>` — Only include files and directories newer than the specified file (unstable). This compares mtime entries.
511
523
*`--older-ctime-than <file>`[alias: `older-than`] — Only include files and directories older than the specified file (unstable). This compares ctime entries.
@@ -1258,6 +1270,9 @@ bsdtar-like CLI semantics for PNA archives
1258
1270
Default value: `false`
1259
1271
*`-H`, `--follow-command-links` — Follow symbolic links named on the command line (unstable)
1260
1272
1273
+
Default value: `false`
1274
+
*`-l`, `--check-links`[alias: `check-links`] — Warn if not all links to each file are archived (create mode)
1275
+
1261
1276
Default value: `false`
1262
1277
*`--out-dir <DIRECTORY>` — Output directory of extracted files
1263
1278
*`--strip-components <N>` — Remove the specified number of leading path elements. Path names with fewer elements will be silently skipped
0 commit comments