borg-common.1 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH BORG-COMMON 1 "2020-04-21" "" "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 \-p\fP,\fB \-\-progress
  58. show progress information
  59. .TP
  60. .B \-\-log\-json
  61. Output one JSON object per log line instead of formatted text.
  62. .TP
  63. .BI \-\-lock\-wait \ SECONDS
  64. wait at most SECONDS for acquiring a repository/cache lock (default: 1).
  65. .TP
  66. .B \-\-bypass\-lock
  67. Bypass locking mechanism
  68. .TP
  69. .B \-\-show\-version
  70. show/log the borg version
  71. .TP
  72. .B \-\-show\-rc
  73. show/log the return code (rc)
  74. .TP
  75. .BI \-\-umask \ M
  76. set umask to M (local and remote, default: 0077)
  77. .TP
  78. .BI \-\-remote\-path \ PATH
  79. use PATH as borg executable on the remote (default: "borg")
  80. .TP
  81. .BI \-\-remote\-ratelimit \ RATE
  82. set remote network upload rate limit in kiByte/s (default: 0=unlimited)
  83. .TP
  84. .B \-\-consider\-part\-files
  85. treat part files like normal files (e.g. to list/extract them)
  86. .TP
  87. .BI \-\-debug\-profile \ FILE
  88. Write execution profile in Borg format into FILE. For local use a Python\-compatible file can be generated by suffixing FILE with ".pyprof".
  89. .TP
  90. .BI \-\-rsh \ RSH
  91. Use this command to connect to the \(aqborg serve\(aq process (default: \(aqssh\(aq)
  92. .UNINDENT
  93. .SH SEE ALSO
  94. .sp
  95. \fIborg\-common(1)\fP
  96. .SH AUTHOR
  97. The Borg Collective
  98. .\" Generated by docutils manpage writer.
  99. .