describe-options.txt 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. # Short (less than one line) descriptions of tarsnap options.
  2. #
  3. # Format:
  4. # --option \t+ description [\t+ (MODE|DUP-.*)]
  5. #
  6. # To avoid truncating descriptions in an 80x25 terminal window, they must be
  7. # 43 chars or less.
  8. #
  9. --aggressive-networking use multiple TCP connections
  10. --archive-names read a list of archive names from a file
  11. --cachedir specify cache directory
  12. --check-links warn unless all links to files are archived
  13. --checkpoint-bytes checkpoint every ARG bytes of uploaded data
  14. --chroot chroot to the current directory after -C
  15. --configfile add to the list of config files to be read
  16. --creationtime manually specify a creation time
  17. --csv-file write statistics in CSV format to a file
  18. --disk-pause often pause for ARG ms while archiving
  19. --dry-run simulate archive creation (with file data)
  20. --dry-run-metadata simulate archive creation (metadata only)
  21. --dump-config print all config lines
  22. --exclude do not process certain files or directories
  23. --fast-read stop after the first selected entry DUP-q
  24. --force-resources no passphrase-encrypted resource limits
  25. --fsck integrity checks and reconstruct cache MODE
  26. --fsck-prune run as --fsck, but prune corrupt archives MODE
  27. --hashes make --list-archives print hashes
  28. --humanize-numbers use SI prefixes for --print-stats
  29. --include process only certain files or directories
  30. --initialize-cachedir create and initialize the cachedir MODE
  31. --insane-filesystems allow descent into synthetic filesystems
  32. --iso-dates print dates as yyyy-mm-dd hh:mm:ss
  33. --keep-going keep going after missing an archive
  34. --keep-newer-files do not overwrite newer existing files
  35. --keyfile specify key file
  36. --list-archives print the names of archives stored MODE
  37. --lowmem reduce memory usage with limited cache
  38. --maxbw limit upload to ARG bytes
  39. --maxbw-rate limit bandwidth to ARG bytes per second
  40. --maxbw-rate-down limit download to ARG bytes per second
  41. --maxbw-rate-up limit upload to ARG bytes per second
  42. --newer only add files and dirs newer than ARG
  43. --newer-mtime like --newer, but mtime instead of ctime
  44. --newer-mtime-than like --newer-than, but mtime not ctime
  45. --newer-than only include paths dirs newer than the ARG
  46. --no-aggressive-networking ignore any aggressive-networking option
  47. --no-config-exclude ignore any exclude option
  48. --no-config-include ignore any include option
  49. --no-default-config do not read the default configuration files
  50. --no-disk-pause ignore any disk-pause option
  51. --no-force-resources ignore any force-resources option
  52. --no-humanize-numbers ignore any humanize-numbers option
  53. --no-insane-filesystems ignore any insane-filesystems option
  54. --no-iso-dates ignore any iso-dates option
  55. --no-maxbw ignore any maxbw option
  56. --no-maxbw-rate-down ignore any maxbw-rate-down option
  57. --no-maxbw-rate-up ignore any maxbw-rate-up option
  58. --no-nodump ignore any nodump option
  59. --no-print-stats ignore any print-stats option
  60. --no-progress-bytes ignore any progress-bytes option
  61. --no-quiet ignore any quiet option
  62. --no-retry-forever ignore any retry-forever option
  63. --no-snaptime ignore any snaptime option
  64. --no-store-atime ignore any store-atime option
  65. --no-totals ignore any totals option
  66. --nodump do not read files with the nodump file flag
  67. --noisy-warnings verbose when warning about network glitches
  68. --normalmem ignore any lowmem or verylowmem option
  69. --nuke delete all of the archives stored MODE
  70. --null input split by NULs instead of newlines
  71. --null-input input split by NULs instead of newlines
  72. --null-output output split by NULs instead of newlines
  73. --numeric-owner ignore symbolic ownership when restoring
  74. --one-file-system do not cross mount points
  75. --passphrase read passphrase from ARG, not /dev/tty
  76. --print-stats print global statistics concerning archives MODE
  77. --print-stats print statistics for the archive
  78. --progress-bytes print a progress messsage each X bytes
  79. --quiet avoid printing some warnings
  80. --recover recover a partial archive from a checkpoint MODE
  81. --resume-extract don't extract files that are on disk
  82. --retry-forever don't stop connecting to the Tarsnap server
  83. --snaptime file with mtime prior to snapshot creation
  84. --store-atime store file access times
  85. --strip-components remove ARG number of leading path elements
  86. --totals print the size of the archive
  87. --verify-config check config file(s) for syntactic errors MODE
  88. --version print version number of tarsnap and exit MODE
  89. --verylowmem reduce memory usage by not caching anything
  90. -C change directory before adding files
  91. -H store the targets of a symbolic links
  92. -I read the list of names to be extracted
  93. -L all symbolic links will be followed
  94. -O write files to stdout (-x) or stderr (-t)
  95. -P preserve pathnames
  96. -S extract files as sparse files
  97. -T read the list of files to be extracted
  98. -U unlink files before creating them
  99. -X read a list of exclusion patterns
  100. -c create an archive MODE
  101. -d delete the specified archive MODE
  102. -f specify name of archive to operate on
  103. -h print help
  104. -k do not overwrite existing files
  105. -l warn unless all links to files are archived
  106. -m do not extract modification time
  107. -n do not recurse into directories
  108. -o use the current uid and gid; requires -p
  109. -p preserve file permissions
  110. -q stop after the first selected entry
  111. -r extract an archive to to stdout MODE
  112. -s modify names according to pattern
  113. -t list archive contents to stdout MODE
  114. -v produce verbose output
  115. -w ask for confirmation for every action
  116. -x extract to disk from the archive MODE