borgmatic

borg

πŸ”

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 borg [--repository REPOSITORY] [--archive ARCHIVE]
                      [-- OPTION [OPTION ...]] [-h]

Run an arbitrary Borg command based on borgmatic's configuration

borg arguments:
  --repository REPOSITORY
                        Path of repository to pass to Borg, defaults to the
                        configured repositories, quoted globs supported
  --archive ARCHIVE     Archive name, hash, or series to pass to Borg (or
                        "latest")
  -- OPTION [OPTION ...]
                        Options to pass to Borg, command first ("create",
                        "list", etc). "--" is optional. To specify the
                        repository or the archive, you must use --repository
                        or --archive instead of providing them here.
  -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!