borgmatic

repo-delete

πŸ”

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 repo-delete [--repository REPOSITORY] [--list] [--force]
                             [--cache-only] [--keep-security-info] [-h]

Delete an entire repository (with Borg 1.2+, you must run compact afterwards
to actually free space)

delete arguments:
  --repository REPOSITORY
                        Path of repository to delete, defaults to the
                        configured repository if there is only one, quoted
                        globs supported
  --list                Show details for the archives in the given repository
  --force               Force deletion of corrupted archives, can be given
                        twice if once does not work
  --cache-only          Delete only the local cache for the given repository
  --keep-security-info  Do not delete the local security info when deleting a
                        repository
  -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!