borgmatic

mount

πŸ”

Here's the command-line help for this action in the most recent version of borgmatic. If you're using an older version, some of these flags may not work, and you should instead run the action with --help to see the flags specific to your borgmatic version.

usage: borgmatic mount [--repository REPOSITORY] [--archive ARCHIVE]
                       --mount-point PATH [--path PATH] [--foreground]
                       [--first N] [--last N] [--oldest TIMESPAN]
                       [--newest TIMESPAN] [--older TIMESPAN]
                       [--newer TIMESPAN] [--options OPTIONS] [-h]

Mount a named archive as a FUSE filesystem

mount arguments:
  --repository REPOSITORY
                        Path of repository to use, defaults to the configured
                        repository if there is only one, quoted globs
                        supported
  --archive ARCHIVE     Name or hash of a single archive to mount (or
                        "latest")
  --mount-point PATH    Path where filesystem is to be mounted
  --path PATH           Path to mount from archive, can specify multiple
                        times, defaults to the entire archive
  --foreground          Stay in foreground until ctrl-C is pressed
  --first N             Mount first N archives after other filters are applied
  --last N              Mount last N archives after other filters are applied
  --oldest TIMESPAN     Mount archives within a specified time range starting
                        from the timestamp of the oldest archive (e.g. 7d or
                        12m) [Borg 2.x+ only]
  --newest TIMESPAN     Mount archives within a time range that ends at
                        timestamp of the newest archive and starts a specified
                        time range ago (e.g. 7d or 12m) [Borg 2.x+ only]
  --older TIMESPAN      Mount archives that are older than the specified time
                        range (e.g. 7d or 12m) from the current time [Borg
                        2.x+ only]
  --newer TIMESPAN      Mount archives that are newer than the specified time
                        range (e.g. 7d or 12m) from the current time [Borg
                        2.x+ only]
  --options OPTIONS     Extra Borg mount options
  -h, --help            Show this help message and exit

Improve this documentation

Have an idea on how to make this documentation even better? Use our issue tracker to send your feedback!