borgfs.1 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  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 "2023-09-14" "" "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 \-\-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 \ PATTERN\fR,\fB \ \-\-match\-archives \ PATTERN
  73. only consider archive names matching the pattern. see \(dqborg help match\-archives\(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. .TP
  84. .BI \-\-oldest \ TIMESPAN
  85. consider archives between the oldest archive\(aqs timestamp and (oldest + TIMESPAN), e.g. 7d or 12m.
  86. .TP
  87. .BI \-\-newest \ TIMESPAN
  88. consider archives between the newest archive\(aqs timestamp and (newest \- TIMESPAN), e.g. 7d or 12m.
  89. .TP
  90. .BI \-\-older \ TIMESPAN
  91. consider archives older than (now \- TIMESPAN), e.g. 7d oder 12m.
  92. .TP
  93. .BI \-\-newer \ TIMESPAN
  94. consider archives newer than (now \- TIMESPAN), e.g. 7d or 12m.
  95. .UNINDENT
  96. .SS Include/Exclude options
  97. .INDENT 0.0
  98. .TP
  99. .BI \-e \ PATTERN\fR,\fB \ \-\-exclude \ PATTERN
  100. exclude paths matching PATTERN
  101. .TP
  102. .BI \-\-exclude\-from \ EXCLUDEFILE
  103. read exclude patterns from EXCLUDEFILE, one per line
  104. .TP
  105. .BI \-\-pattern \ PATTERN
  106. include/exclude paths matching PATTERN
  107. .TP
  108. .BI \-\-patterns\-from \ PATTERNFILE
  109. read include/exclude patterns from PATTERNFILE, one per line
  110. .TP
  111. .BI \-\-strip\-components \ NUMBER
  112. Remove the specified number of leading path elements. Paths with fewer elements will be silently skipped.
  113. .UNINDENT
  114. .SH SEE ALSO
  115. .sp
  116. \fIborg\-common(1)\fP
  117. .SH AUTHOR
  118. The Borg Collective
  119. .\" Generated by docutils manpage writer.
  120. .