umount.rst.inc 533 B

123456789101112131415161718192021222324
  1. .. IMPORTANT: this file is auto-generated from borg's built-in help, do not edit!
  2. .. _borg_umount:
  3. borg umount
  4. -----------
  5. ::
  6. borg [common options] umount <options> MOUNTPOINT
  7. positional arguments
  8. MOUNTPOINT
  9. mountpoint of the filesystem to umount
  10. :ref:`common_options`
  11. |
  12. Description
  13. ~~~~~~~~~~~
  14. This command un-mounts a FUSE filesystem that was mounted with ``borg mount``.
  15. This is a convenience wrapper that just calls the platform-specific shell
  16. command - usually this is either umount or fusermount -u.