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

24 lines
551 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
-----------
.. code-block:: none
borg [common options] umount [options] MOUNTPOINT
positional arguments
MOUNTPOINT
mountpoint of the filesystem to umount
2017-06-07 00:06:36 +02:00
:ref:`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.