umount.rst.inc 560 B

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