borg-umount.1 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. .\" Man page generated from reStructuredText.
  2. .
  3. .TH BORG-UMOUNT 1 "2017-06-18" "" "borg backup tool"
  4. .SH NAME
  5. borg-umount \- un-mount the FUSE filesystem
  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. .sp
  35. borg [common options] umount <options> MOUNTPOINT
  36. .SH DESCRIPTION
  37. .sp
  38. This command un\-mounts a FUSE filesystem that was mounted with \fBborg mount\fP\&.
  39. .sp
  40. This is a convenience wrapper that just calls the platform\-specific shell
  41. command \- usually this is either umount or fusermount \-u.
  42. .SH OPTIONS
  43. .sp
  44. See \fIborg\-common(1)\fP for common options of Borg commands.
  45. .SS arguments
  46. .INDENT 0.0
  47. .TP
  48. .B MOUNTPOINT
  49. mountpoint of the filesystem to umount
  50. .UNINDENT
  51. .SH EXAMPLES
  52. .SS borg mount
  53. .INDENT 0.0
  54. .INDENT 3.5
  55. .sp
  56. .nf
  57. .ft C
  58. $ borg mount /path/to/repo::root\-2016\-02\-15 /tmp/mymountpoint
  59. $ ls /tmp/mymountpoint
  60. bin boot etc home lib lib64 lost+found media mnt opt root sbin srv tmp usr var
  61. $ borg umount /tmp/mymountpoint
  62. .ft P
  63. .fi
  64. .UNINDENT
  65. .UNINDENT
  66. .INDENT 0.0
  67. .INDENT 3.5
  68. .sp
  69. .nf
  70. .ft C
  71. $ borg mount \-o versions /path/to/repo /tmp/mymountpoint
  72. $ ls \-l /tmp/mymountpoint/home/user/doc.txt/
  73. total 24
  74. \-rw\-rw\-r\-\- 1 user group 12357 Aug 26 21:19 doc.txt.cda00bc9
  75. \-rw\-rw\-r\-\- 1 user group 12204 Aug 26 21:04 doc.txt.fa760f28
  76. $ fusermount \-u /tmp/mymountpoint
  77. .ft P
  78. .fi
  79. .UNINDENT
  80. .UNINDENT
  81. .SS borgfs
  82. .INDENT 0.0
  83. .INDENT 3.5
  84. .sp
  85. .nf
  86. .ft C
  87. $ echo \(aq/mnt/backup /tmp/myrepo fuse.borgfs defaults,noauto 0 0\(aq >> /etc/fstab
  88. $ echo \(aq/mnt/backup::root\-2016\-02\-15 /tmp/myarchive fuse.borgfs defaults,noauto 0 0\(aq >> /etc/fstab
  89. $ mount /tmp/myrepo
  90. $ mount /tmp/myarchive
  91. $ ls /tmp/myrepo
  92. root\-2016\-02\-01 root\-2016\-02\-2015
  93. $ ls /tmp/myarchive
  94. bin boot etc home lib lib64 lost+found media mnt opt root sbin srv tmp usr var
  95. .ft P
  96. .fi
  97. .UNINDENT
  98. .UNINDENT
  99. .sp
  100. \fBNOTE:\fP
  101. .INDENT 0.0
  102. .INDENT 3.5
  103. \fBborgfs\fP will be automatically provided if you used a distribution
  104. package, \fBpip\fP or \fBsetup.py\fP to install Borg. Users of the
  105. standalone binary will have to manually create a symlink (see
  106. \fIpyinstaller\-binary\fP).
  107. .UNINDENT
  108. .UNINDENT
  109. .SH SEE ALSO
  110. .sp
  111. \fIborg\-common(1)\fP, \fIborg\-mount(1)\fP
  112. .SH AUTHOR
  113. The Borg Collective
  114. .\" Generated by docutils manpage writer.
  115. .