2
0

umount.rst.inc 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_umount:
  3. borg umount
  4. -----------
  5. .. code-block:: none
  6. borg [common options] umount [options] MOUNTPOINT
  7. .. only:: html
  8. .. class:: borg-options-table
  9. +-------------------------------------------------------+----------------+----------------------------------------+
  10. | **positional arguments** |
  11. +-------------------------------------------------------+----------------+----------------------------------------+
  12. | | ``MOUNTPOINT`` | mountpoint of the filesystem to umount |
  13. +-------------------------------------------------------+----------------+----------------------------------------+
  14. | .. class:: borg-common-opt-ref |
  15. | |
  16. | :ref:`common_options` |
  17. +-------------------------------------------------------+----------------+----------------------------------------+
  18. .. raw:: html
  19. <script type='text/javascript'>
  20. $(document).ready(function () {
  21. $('.borg-options-table colgroup').remove();
  22. })
  23. </script>
  24. .. only:: latex
  25. MOUNTPOINT
  26. mountpoint of the filesystem to umount
  27. :ref:`common_options`
  28. |
  29. Description
  30. ~~~~~~~~~~~
  31. This command un-mounts a FUSE filesystem that was mounted with ``borg mount``.
  32. This is a convenience wrapper that just calls the platform-specific shell
  33. command - usually this is either umount or fusermount -u.