2
0

borg-common.1 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH BORG-COMMON 1 "2017-04-29" "" "borg backup tool"
  4. .SH NAME
  5. borg-common \- Common options of Borg commands
  6. .
  7. .nr rst2man-indent-level 0
  8. .
  9. .de1 rstReportMargin
  10. \\$1 \\n[an-margin]
  11. level \\n[rst2man-indent-level]
  12. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  13. -
  14. \\n[rst2man-indent0]
  15. \\n[rst2man-indent1]
  16. \\n[rst2man-indent2]
  17. ..
  18. .de1 INDENT
  19. .\" .rstReportMargin pre:
  20. . RS \\$1
  21. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  22. . nr rst2man-indent-level +1
  23. .\" .rstReportMargin post:
  24. ..
  25. .de UNINDENT
  26. . RE
  27. .\" indent \\n[an-margin]
  28. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  29. .nr rst2man-indent-level -1
  30. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  31. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  32. ..
  33. .SH SYNOPSIS
  34. .INDENT 0.0
  35. .TP
  36. .B \-h\fP,\fB \-\-help
  37. show this help message and exit
  38. .TP
  39. .B \-\-critical
  40. work on log level CRITICAL
  41. .TP
  42. .B \-\-error
  43. work on log level ERROR
  44. .TP
  45. .B \-\-warning
  46. work on log level WARNING (default)
  47. .TP
  48. .B \-\-info\fP,\fB \-v\fP,\fB \-\-verbose
  49. work on log level INFO
  50. .TP
  51. .B \-\-debug
  52. enable debug output, work on log level DEBUG
  53. .TP
  54. .BI \-\-debug\-topic \ TOPIC
  55. enable TOPIC debugging (can be specified multiple times). The logger path is borg.debug.<TOPIC> if TOPIC is not fully qualified.
  56. .TP
  57. .B \-\-log\-json
  58. Output one JSON object per log line instead of formatted text.
  59. .TP
  60. .BI \-\-lock\-wait \ N
  61. wait for the lock, but max. N seconds (default: 1).
  62. .TP
  63. .B \-\-show\-version
  64. show/log the borg version
  65. .TP
  66. .B \-\-show\-rc
  67. show/log the return code (rc)
  68. .TP
  69. .B \-\-no\-files\-cache
  70. do not load/update the file metadata cache used to detect unchanged files
  71. .TP
  72. .BI \-\-umask \ M
  73. set umask to M (local and remote, default: 0077)
  74. .TP
  75. .BI \-\-remote\-path \ PATH
  76. use PATH as borg executable on the remote (default: "borg")
  77. .TP
  78. .BI \-\-remote\-ratelimit \ rate
  79. set remote network upload rate limit in kiByte/s (default: 0=unlimited)
  80. .TP
  81. .B \-\-consider\-part\-files
  82. treat part files like normal files (e.g. to list/extract them)
  83. .UNINDENT
  84. .SH SEE ALSO
  85. .sp
  86. \fIborg\-common(1)\fP
  87. .SH AUTHOR
  88. The Borg Collective
  89. .\" Generated by docutils manpage writer.
  90. .