borg/docs/usage/mount.rst.inc

24 lines
520 B
PHP
Raw Normal View History

2013-08-04 19:23:12 +00:00
attic mount
-----------
2013-07-31 18:51:01 +00:00
::
2013-08-04 19:23:12 +00:00
2013-07-31 18:51:01 +00:00
usage: attic mount [-h] [-v] [-f] [-o OPTIONS] ARCHIVE MOUNTPOINT
Mount archive as a FUSE fileystem
positional arguments:
ARCHIVE archive to mount
MOUNTPOINT where to mount filesystem
optional arguments:
-h, --help show this help message and exit
-v, --verbose verbose output
-f, --foreground stay in foreground, do not daemonize
-o OPTIONS Extra mount options
2013-08-04 19:23:12 +00:00
Description
~~~~~~~~~~~