1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-03-19 18:36:07 +00:00
borg/docs/usage/umount.rst.inc

24 lines
529 B
PHP
Raw Normal View History

.. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
.. _borg_umount:
borg umount
-----------
::
2017-05-17 11:52:48 +02:00
borg [common options] umount <options> MOUNTPOINT
positional arguments
MOUNTPOINT
mountpoint of the filesystem to umount
`Common options`_
|
Description
~~~~~~~~~~~
This command un-mounts a FUSE filesystem that was mounted with ``borg mount``.
This is a convenience wrapper that just calls the platform-specific shell
2017-03-27 01:45:45 +02:00
command - usually this is either umount or fusermount -u.