borg-common.1 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .
  4. .nr rst2man-indent-level 0
  5. .
  6. .de1 rstReportMargin
  7. \\$1 \\n[an-margin]
  8. level \\n[rst2man-indent-level]
  9. level margin: \\n[rst2man-indent\\n[rst2man-indent-level]]
  10. -
  11. \\n[rst2man-indent0]
  12. \\n[rst2man-indent1]
  13. \\n[rst2man-indent2]
  14. ..
  15. .de1 INDENT
  16. .\" .rstReportMargin pre:
  17. . RS \\$1
  18. . nr rst2man-indent\\n[rst2man-indent-level] \\n[an-margin]
  19. . nr rst2man-indent-level +1
  20. .\" .rstReportMargin post:
  21. ..
  22. .de UNINDENT
  23. . RE
  24. .\" indent \\n[an-margin]
  25. .\" old: \\n[rst2man-indent\\n[rst2man-indent-level]]
  26. .nr rst2man-indent-level -1
  27. .\" new: \\n[rst2man-indent\\n[rst2man-indent-level]]
  28. .in \\n[rst2man-indent\\n[rst2man-indent-level]]u
  29. ..
  30. .TH "BORG-COMMON" "1" "2025-05-22" "" "borg backup tool"
  31. .SH NAME
  32. borg-common \- Common options of Borg commands
  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 \-\-iec
  61. format using IEC units (1KiB = 1024B)
  62. .TP
  63. .B \-\-log\-json
  64. Output one JSON object per log line instead of formatted text.
  65. .TP
  66. .BI \-\-lock\-wait \ SECONDS
  67. wait at most SECONDS for acquiring a repository/cache lock (default: 10).
  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 only, default: 0077)
  77. .TP
  78. .BI \-\-remote\-path \ PATH
  79. use PATH as borg executable on the remote (default: \(dqborg\(dq)
  80. .TP
  81. .BI \-\-upload\-ratelimit \ RATE
  82. set network upload rate limit in kiByte/s (default: 0=unlimited)
  83. .TP
  84. .BI \-\-upload\-buffer \ UPLOAD_BUFFER
  85. set network upload buffer size in MiB. (default: 0=no buffer)
  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 \(dq.pyprof\(dq.
  89. .TP
  90. .BI \-\-rsh \ RSH
  91. Use this command to connect to the \(aqborg serve\(aq process (default: \(aqssh\(aq)
  92. .TP
  93. .BI \-\-socket \ PATH
  94. Use UNIX DOMAIN (IPC) socket at PATH for client/server communication with socket: protocol.
  95. .TP
  96. .BI \-r \ REPO\fR,\fB \ \-\-repo \ REPO
  97. repository to use
  98. .UNINDENT
  99. .SH SEE ALSO
  100. .sp
  101. \fIborg\-common(1)\fP
  102. .SH AUTHOR
  103. The Borg Collective
  104. .\" Generated by docutils manpage writer.
  105. .