borgfs.1 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  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" "2025-05-22" "" "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 options
  52. .INDENT 0.0
  53. .TP
  54. .B \-V\fP,\fB \-\-version
  55. show version number and exit
  56. .TP
  57. .B \-f\fP,\fB \-\-foreground
  58. stay in foreground, do not daemonize
  59. .TP
  60. .B \-o
  61. Extra mount options
  62. .TP
  63. .B \-\-numeric\-ids
  64. use numeric user and group identifiers from archive(s)
  65. .UNINDENT
  66. .SS Archive filters
  67. .INDENT 0.0
  68. .TP
  69. .BI \-a \ PATTERN\fR,\fB \ \-\-match\-archives \ PATTERN
  70. only consider archives matching all patterns. see \(dqborg help match\-archives\(dq.
  71. .TP
  72. .BI \-\-sort\-by \ KEYS
  73. Comma\-separated list of sorting keys; valid keys are: timestamp, archive, name, id, tags, host, user; default is: timestamp
  74. .TP
  75. .BI \-\-first \ N
  76. consider first N archives after other filters were applied
  77. .TP
  78. .BI \-\-last \ N
  79. consider last N archives after other filters were applied
  80. .TP
  81. .BI \-\-oldest \ TIMESPAN
  82. consider archives between the oldest archive\(aqs timestamp and (oldest + TIMESPAN), e.g. 7d or 12m.
  83. .TP
  84. .BI \-\-newest \ TIMESPAN
  85. consider archives between the newest archive\(aqs timestamp and (newest \- TIMESPAN), e.g. 7d or 12m.
  86. .TP
  87. .BI \-\-older \ TIMESPAN
  88. consider archives older than (now \- TIMESPAN), e.g. 7d or 12m.
  89. .TP
  90. .BI \-\-newer \ TIMESPAN
  91. consider archives newer than (now \- TIMESPAN), e.g. 7d or 12m.
  92. .UNINDENT
  93. .SS Include/Exclude options
  94. .INDENT 0.0
  95. .TP
  96. .BI \-e \ PATTERN\fR,\fB \ \-\-exclude \ PATTERN
  97. exclude paths matching PATTERN
  98. .TP
  99. .BI \-\-exclude\-from \ EXCLUDEFILE
  100. read exclude patterns from EXCLUDEFILE, one per line
  101. .TP
  102. .BI \-\-pattern \ PATTERN
  103. include/exclude paths matching PATTERN
  104. .TP
  105. .BI \-\-patterns\-from \ PATTERNFILE
  106. read include/exclude patterns from PATTERNFILE, one per line
  107. .TP
  108. .BI \-\-strip\-components \ NUMBER
  109. Remove the specified number of leading path elements. Paths with fewer elements will be silently skipped.
  110. .UNINDENT
  111. .SH SEE ALSO
  112. .sp
  113. \fIborg\-common(1)\fP
  114. .SH AUTHOR
  115. The Borg Collective
  116. .\" Generated by docutils manpage writer.
  117. .