borgfs.1 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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 "BORGFS" 1 "2022-09-10" "" "borg backup tool"
  31. .SH NAME
  32. borgfs \- Mount archive or an entire repository as a FUSE filesystem
  33. .SH SYNOPSIS
  34. .sp
  35. borgfs [options] MOUNTPOINT [PATH...]
  36. .SH DESCRIPTION
  37. .sp
  38. For more information, see borg mount \-\-help.
  39. .SH OPTIONS
  40. .sp
  41. See \fIborg\-common(1)\fP for common options of Borg commands.
  42. .SS arguments
  43. .INDENT 0.0
  44. .TP
  45. .B MOUNTPOINT
  46. where to mount filesystem
  47. .TP
  48. .B PATH
  49. paths to extract; patterns are supported
  50. .UNINDENT
  51. .SS optional arguments
  52. .INDENT 0.0
  53. .TP
  54. .B \-V\fP,\fB \-\-version
  55. show version number and exit
  56. .TP
  57. .B \-\-consider\-checkpoints
  58. Show checkpoint archives in the repository contents list (default: hidden).
  59. .TP
  60. .B \-f\fP,\fB \-\-foreground
  61. stay in foreground, do not daemonize
  62. .TP
  63. .B \-o
  64. Extra mount options
  65. .TP
  66. .B \-\-numeric\-ids
  67. use numeric user and group identifiers from archive(s)
  68. .UNINDENT
  69. .SS Archive filters
  70. .INDENT 0.0
  71. .TP
  72. .BI \-a \ GLOB\fR,\fB \ \-\-glob\-archives \ GLOB
  73. only consider archive names matching the glob. sh: rules apply, see \(dqborg help patterns\(dq.
  74. .TP
  75. .BI \-\-sort\-by \ KEYS
  76. Comma\-separated list of sorting keys; valid keys are: timestamp, name, id; default is: timestamp
  77. .TP
  78. .BI \-\-first \ N
  79. consider first N archives after other filters were applied
  80. .TP
  81. .BI \-\-last \ N
  82. consider last N archives after other filters were applied
  83. .UNINDENT
  84. .SS Exclusion options
  85. .INDENT 0.0
  86. .TP
  87. .BI \-e \ PATTERN\fR,\fB \ \-\-exclude \ PATTERN
  88. exclude paths matching PATTERN
  89. .TP
  90. .BI \-\-exclude\-from \ EXCLUDEFILE
  91. read exclude patterns from EXCLUDEFILE, one per line
  92. .TP
  93. .BI \-\-pattern \ PATTERN
  94. include/exclude paths matching PATTERN
  95. .TP
  96. .BI \-\-patterns\-from \ PATTERNFILE
  97. read include/exclude patterns from PATTERNFILE, one per line
  98. .TP
  99. .BI \-\-strip\-components \ NUMBER
  100. Remove the specified number of leading path elements. Paths with fewer elements will be silently skipped.
  101. .UNINDENT
  102. .SH SEE ALSO
  103. .sp
  104. \fIborg\-common(1)\fP
  105. .SH AUTHOR
  106. The Borg Collective
  107. .\" Generated by docutils manpage writer.
  108. .