tarsnap.conf.5-man.in 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. .TH TARSNAP.CONF 5 "@DATE@" ""
  2. .SH NAME
  3. .ad l
  4. \fB\%tarsnap.conf\fP
  5. \- configuration file for
  6. \fBtarsnap\fP(1)
  7. .SH DESCRIPTION
  8. .ad l
  9. The
  10. \fB\%tarsnap.conf\fP
  11. file is read by the
  12. \fBtarsnap\fP(1)
  13. utility and specifies default options which will be
  14. ignored if the options in question are specified at
  15. the command line.
  16. Options may be specified in
  17. \fI@sysconfdir@/tarsnap.conf\fP
  18. and/or
  19. \fI~/.tarsnaprc\fP;
  20. if the two files conflict, the user's local configuration
  21. takes precedence.
  22. .PP
  23. The
  24. \fB\%tarsnap.conf\fP
  25. file(s) contain lines consisting of a case-sensitive option name and
  26. zero or one parameters depending upon the option.
  27. Empty lines and lines starting with a
  28. Ql #
  29. character are ignored.
  30. .PP
  31. If a parameter begins with a
  32. Ql ~
  33. character, it will be replaced by the home directory of the effective user ID.
  34. .PP
  35. The following options may be specified:
  36. .RS 5
  37. .TP
  38. \fBaggressive-networking\fP
  39. .TP
  40. \fBcachedir\fP \fIcache-dir\fP
  41. .TP
  42. \fBcheckpoint-bytes\fP \fIbytespercheckpoint\fP
  43. .TP
  44. \fBdisk-pause\fP \fIX\fP
  45. .TP
  46. \fBexclude\fP \fIpattern\fP
  47. .TP
  48. \fBforce-resources\fP
  49. .TP
  50. \fBhumanize-numbers\fP
  51. .TP
  52. \fBinclude\fP \fIpattern\fP
  53. .TP
  54. \fBinsane-filesystems\fP
  55. .TP
  56. \fBiso-dates\fP
  57. .TP
  58. \fBkeyfile\fP \fIkey-file\fP
  59. .TP
  60. \fBlowmem\fP
  61. .TP
  62. \fBmaxbw\fP
  63. .TP
  64. \fBmaxbw-rate\fP
  65. .TP
  66. \fBmaxbw-rate-down\fP
  67. .TP
  68. \fBmaxbw-rate-up\fP
  69. .TP
  70. \fBnodump\fP
  71. .TP
  72. \fBnormalmem\fP
  73. .TP
  74. \fBno-aggressive-networking\fP
  75. .TP
  76. \fBno-config-exclude\fP
  77. .TP
  78. \fBno-config-include\fP
  79. .TP
  80. \fBno-disk-pause\fP
  81. .TP
  82. \fBno-force-resources\fP
  83. .TP
  84. \fBno-humanize-numbers\fP
  85. .TP
  86. \fBno-insane-filesystems\fP
  87. .TP
  88. \fBno-iso-dates\fP
  89. .TP
  90. \fBno-maxbw\fP
  91. .TP
  92. \fBno-maxbw-rate-down\fP
  93. .TP
  94. \fBno-maxbw-rate-up\fP
  95. .TP
  96. \fBno-nodump\fP
  97. .TP
  98. \fBno-print-stats\fP
  99. .TP
  100. \fBno-quiet\fP
  101. .TP
  102. \fBno-retry-forever\fP
  103. .TP
  104. \fBno-snaptime\fP
  105. .TP
  106. \fBno-store-atime\fP
  107. .TP
  108. \fBno-totals\fP
  109. .TP
  110. \fBprint-stats\fP
  111. .TP
  112. \fBquiet\fP
  113. .TP
  114. \fBretry-forever\fP
  115. .TP
  116. \fBsnaptime\fP \fIfile\fP
  117. .TP
  118. \fBstore-atime\fP
  119. .TP
  120. \fBtotals\fP
  121. .TP
  122. \fBverylowmem\fP
  123. .RE
  124. .PP
  125. Each option is handled the same way as the corresponding
  126. \fB\--option\fP;
  127. see
  128. \fBtarsnap\fP(1)
  129. for more details.
  130. Note that the
  131. \fBnormalmem\fP
  132. and
  133. \fBno-*\fP
  134. options are only useful in the user-specific
  135. \fI~/.tarsnaprc\fP
  136. configuration file, at which point they act to override options set in the
  137. global
  138. \fI@sysconfdir@/tarsnap.conf\fP
  139. configuration file.
  140. .SH FILES
  141. .ad l
  142. .RS 5
  143. .TP
  144. .B @sysconfdir@/tarsnap.conf
  145. The system global
  146. \fB\%tarsnap.conf\fP
  147. configuration file.
  148. Parameters specified here only take effect if they are not
  149. specified via the current user's local configuration file
  150. or via the command line.
  151. .TP
  152. .B ~/.tarsnaprc
  153. The
  154. \fB\%tarsnap.conf\fP
  155. configuration file for the current user.
  156. Parameters specified here take effect unless they are
  157. specified via the command line.
  158. .RE
  159. .SH SEE ALSO
  160. .ad l
  161. \fBtarsnap\fP(1)