AUTHORS
LICENSE
MANIFEST.in
README.md
pyproject.toml
borgmatic/__init__.py
borgmatic/execute.py
borgmatic/logger.py
borgmatic/signals.py
borgmatic/verbosity.py
borgmatic.egg-info/PKG-INFO
borgmatic.egg-info/SOURCES.txt
borgmatic.egg-info/dependency_links.txt
borgmatic.egg-info/entry_points.txt
borgmatic.egg-info/requires.txt
borgmatic.egg-info/top_level.txt
borgmatic/actions/__init__.py
borgmatic/actions/arguments.py
borgmatic/actions/borg.py
borgmatic/actions/break_lock.py
borgmatic/actions/change_passphrase.py
borgmatic/actions/check.py
borgmatic/actions/compact.py
borgmatic/actions/create.py
borgmatic/actions/delete.py
borgmatic/actions/export_key.py
borgmatic/actions/export_tar.py
borgmatic/actions/extract.py
borgmatic/actions/import_key.py
borgmatic/actions/info.py
borgmatic/actions/json.py
borgmatic/actions/list.py
borgmatic/actions/mount.py
borgmatic/actions/pattern.py
borgmatic/actions/prune.py
borgmatic/actions/recreate.py
borgmatic/actions/repo_create.py
borgmatic/actions/repo_delete.py
borgmatic/actions/repo_info.py
borgmatic/actions/repo_list.py
borgmatic/actions/restore.py
borgmatic/actions/transfer.py
borgmatic/actions/config/__init__.py
borgmatic/actions/config/bootstrap.py
borgmatic/actions/config/generate.py
borgmatic/actions/config/validate.py
borgmatic/borg/__init__.py
borgmatic/borg/borg.py
borgmatic/borg/break_lock.py
borgmatic/borg/change_passphrase.py
borgmatic/borg/check.py
borgmatic/borg/compact.py
borgmatic/borg/create.py
borgmatic/borg/delete.py
borgmatic/borg/environment.py
borgmatic/borg/export_key.py
borgmatic/borg/export_tar.py
borgmatic/borg/extract.py
borgmatic/borg/feature.py
borgmatic/borg/flags.py
borgmatic/borg/import_key.py
borgmatic/borg/info.py
borgmatic/borg/list.py
borgmatic/borg/mount.py
borgmatic/borg/passcommand.py
borgmatic/borg/pattern.py
borgmatic/borg/prune.py
borgmatic/borg/recreate.py
borgmatic/borg/rename.py
borgmatic/borg/repo_create.py
borgmatic/borg/repo_delete.py
borgmatic/borg/repo_info.py
borgmatic/borg/repo_list.py
borgmatic/borg/state.py
borgmatic/borg/transfer.py
borgmatic/borg/umount.py
borgmatic/borg/version.py
borgmatic/commands/__init__.py
borgmatic/commands/arguments.py
borgmatic/commands/borgmatic.py
borgmatic/commands/generate_config.py
borgmatic/commands/validate_config.py
borgmatic/commands/completion/__init__.py
borgmatic/commands/completion/actions.py
borgmatic/commands/completion/bash.py
borgmatic/commands/completion/fish.py
borgmatic/commands/completion/flag.py
borgmatic/config/__init__.py
borgmatic/config/arguments.py
borgmatic/config/checks.py
borgmatic/config/collect.py
borgmatic/config/constants.py
borgmatic/config/environment.py
borgmatic/config/generate.py
borgmatic/config/load.py
borgmatic/config/normalize.py
borgmatic/config/override.py
borgmatic/config/paths.py
borgmatic/config/schema.py
borgmatic/config/schema.yaml
borgmatic/config/validate.py
borgmatic/hooks/__init__.py
borgmatic/hooks/command.py
borgmatic/hooks/dispatch.py
borgmatic/hooks/credential/__init__.py
borgmatic/hooks/credential/container.py
borgmatic/hooks/credential/file.py
borgmatic/hooks/credential/keepassxc.py
borgmatic/hooks/credential/parse.py
borgmatic/hooks/credential/systemd.py
borgmatic/hooks/data_source/__init__.py
borgmatic/hooks/data_source/bootstrap.py
borgmatic/hooks/data_source/btrfs.py
borgmatic/hooks/data_source/config.py
borgmatic/hooks/data_source/dump.py
borgmatic/hooks/data_source/lvm.py
borgmatic/hooks/data_source/mariadb.py
borgmatic/hooks/data_source/mongodb.py
borgmatic/hooks/data_source/mysql.py
borgmatic/hooks/data_source/postgresql.py
borgmatic/hooks/data_source/snapshot.py
borgmatic/hooks/data_source/sqlite.py
borgmatic/hooks/data_source/zfs.py
borgmatic/hooks/monitoring/__init__.py
borgmatic/hooks/monitoring/apprise.py
borgmatic/hooks/monitoring/cronhub.py
borgmatic/hooks/monitoring/cronitor.py
borgmatic/hooks/monitoring/healthchecks.py
borgmatic/hooks/monitoring/logs.py
borgmatic/hooks/monitoring/loki.py
borgmatic/hooks/monitoring/monitor.py
borgmatic/hooks/monitoring/ntfy.py
borgmatic/hooks/monitoring/pagerduty.py
borgmatic/hooks/monitoring/pushover.py
borgmatic/hooks/monitoring/sentry.py
borgmatic/hooks/monitoring/uptime_kuma.py
borgmatic/hooks/monitoring/zabbix.py
docs/Dockerfile
docs/README.md
docs/SECURITY.md
docs/docker-compose.yaml
docs/fetch-contributors
docs/search.md
docs/_data/borgmatic.js
docs/_data/layout.json
docs/_includes/header.njk
docs/_includes/index.css
docs/_includes/prism-theme.css
docs/_includes/components/external-links.css
docs/_includes/components/info-blocks.css
docs/_includes/components/lists.css
docs/_includes/components/minilink.css
docs/_includes/components/suggestion-link.html
docs/_includes/components/toc.css
docs/_includes/layouts/base.njk
docs/_includes/layouts/main.njk
docs/how-to/add-preparation-and-cleanup-steps-to-backups.md
docs/how-to/backup-to-a-removable-drive-or-an-intermittent-server.md
docs/how-to/backup-your-databases.md
docs/how-to/customize-warnings-and-errors.md
docs/how-to/deal-with-very-large-backups.md
docs/how-to/develop-on-borgmatic.md
docs/how-to/extract-a-backup.md
docs/how-to/index.md
docs/how-to/inspect-your-backups.md
docs/how-to/make-backups-redundant.md
docs/how-to/make-per-application-backups.md
docs/how-to/monitor-your-backups.md
docs/how-to/provide-your-passwords.md
docs/how-to/restore-a-backup.md
docs/how-to/run-arbitrary-borg-commands.md
docs/how-to/run-preparation-steps-before-backups.md
docs/how-to/set-up-backups.md
docs/how-to/snapshot-your-filesystems.md
docs/how-to/upgrade.md
docs/reference/index.md
docs/reference/source-code.md
docs/reference/command-line/index.md
docs/reference/command-line/logging.md
docs/reference/command-line/overrides.md
docs/reference/command-line/actions/borg.md
docs/reference/command-line/actions/break-lock.md
docs/reference/command-line/actions/check.md
docs/reference/command-line/actions/compact.md
docs/reference/command-line/actions/config-bootstrap.md
docs/reference/command-line/actions/config-generate.md
docs/reference/command-line/actions/config-validate.md
docs/reference/command-line/actions/config.md
docs/reference/command-line/actions/create.md
docs/reference/command-line/actions/delete.md
docs/reference/command-line/actions/export-tar.md
docs/reference/command-line/actions/extract.md
docs/reference/command-line/actions/index.md
docs/reference/command-line/actions/info.md
docs/reference/command-line/actions/key-change-passphrase.md
docs/reference/command-line/actions/key-export.md
docs/reference/command-line/actions/key-import.md
docs/reference/command-line/actions/list.md
docs/reference/command-line/actions/mount.md
docs/reference/command-line/actions/prune.md
docs/reference/command-line/actions/recreate.md
docs/reference/command-line/actions/repo-create.md
docs/reference/command-line/actions/repo-delete.md
docs/reference/command-line/actions/repo-info.md
docs/reference/command-line/actions/repo-list.md
docs/reference/command-line/actions/restore.md
docs/reference/command-line/actions/transfer.md
docs/reference/command-line/actions/umount.md
docs/reference/configuration/archive-name-format.md
docs/reference/configuration/command-hooks.md
docs/reference/configuration/consistency-checks.md
docs/reference/configuration/constants.md
docs/reference/configuration/environment-variables.md
docs/reference/configuration/includes.md
docs/reference/configuration/index.md
docs/reference/configuration/patterns-and-excludes.md
docs/reference/configuration/runtime-directory.md
docs/reference/configuration/credentials/container.md
docs/reference/configuration/credentials/file.md
docs/reference/configuration/credentials/index.md
docs/reference/configuration/credentials/keepassxc.md
docs/reference/configuration/credentials/systemd.md
docs/reference/configuration/data-sources/btrfs.md
docs/reference/configuration/data-sources/index.md
docs/reference/configuration/data-sources/lvm.md
docs/reference/configuration/data-sources/mariadb.md
docs/reference/configuration/data-sources/mongodb.md
docs/reference/configuration/data-sources/mysql.md
docs/reference/configuration/data-sources/postgresql.md
docs/reference/configuration/data-sources/sqlite.md
docs/reference/configuration/data-sources/zfs.md
docs/reference/configuration/monitoring/apprise.md
docs/reference/configuration/monitoring/cronhub.md
docs/reference/configuration/monitoring/cronitor.md
docs/reference/configuration/monitoring/healthchecks.md
docs/reference/configuration/monitoring/index.md
docs/reference/configuration/monitoring/loki.md
docs/reference/configuration/monitoring/ntfy.md
docs/reference/configuration/monitoring/pagerduty.md
docs/reference/configuration/monitoring/pushover.md
docs/reference/configuration/monitoring/sentry.md
docs/reference/configuration/monitoring/uptime-kuma.md
docs/reference/configuration/monitoring/zabbix.md
docs/static/apprise.png
docs/static/borgbase.png
docs/static/borgmatic.png
docs/static/borgmatic.svg
docs/static/btrfs.png
docs/static/cronhub.png
docs/static/cronitor.png
docs/static/docker.png
docs/static/healthchecks.png
docs/static/keepassxc.png
docs/static/loki.png
docs/static/lvm.png
docs/static/mariadb.png
docs/static/mongodb.png
docs/static/mysql.png
docs/static/ntfy.png
docs/static/openzfs.png
docs/static/pagerduty.png
docs/static/podman.png
docs/static/postgresql.png
docs/static/pushover.png
docs/static/rclone.png
docs/static/sentry.png
docs/static/sqlite.png
docs/static/systemd.png
docs/static/uptimekuma.png
docs/static/zabbix.png
sample/cron/borgmatic
sample/systemd/borgmatic-user.service
sample/systemd/borgmatic-user.timer
sample/systemd/borgmatic.service
sample/systemd/borgmatic.timer
scripts/dev-docs
scripts/export-docs-from-image
scripts/find-unsupported-borg-options
scripts/push
scripts/release
scripts/run-end-to-end-tests
scripts/run-full-tests
tests/__init__.py
tests/end-to-end/__init__.py
tests/end-to-end/docker-compose.yaml
tests/end-to-end/test_borgmatic.py
tests/end-to-end/test_completion.py
tests/end-to-end/test_config_flag.py
tests/end-to-end/test_environment_variable.py
tests/end-to-end/test_generate_config.py
tests/end-to-end/test_invalid_flag.py
tests/end-to-end/test_override.py
tests/end-to-end/test_passcommand.py
tests/end-to-end/test_validate_config.py
tests/end-to-end/commands/__init__.py
tests/end-to-end/commands/docker
tests/end-to-end/commands/fake_btrfs.py
tests/end-to-end/commands/fake_keepassxc_cli.py
tests/end-to-end/commands/fake_lsblk.py
tests/end-to-end/commands/fake_lvcreate.py
tests/end-to-end/commands/fake_lvremove.py
tests/end-to-end/commands/fake_lvs.py
tests/end-to-end/commands/fake_mount.py
tests/end-to-end/commands/fake_umount.py
tests/end-to-end/commands/fake_zfs.py
tests/end-to-end/hooks/__init__.py
tests/end-to-end/hooks/credential/__init__.py
tests/end-to-end/hooks/credential/test_container.py
tests/end-to-end/hooks/credential/test_file.py
tests/end-to-end/hooks/credential/test_keepassxc.py
tests/end-to-end/hooks/credential/test_systemd.py
tests/end-to-end/hooks/data_source/__init__.py
tests/end-to-end/hooks/data_source/test_btrfs.py
tests/end-to-end/hooks/data_source/test_database.py
tests/end-to-end/hooks/data_source/test_lvm.py
tests/end-to-end/hooks/data_source/test_zfs.py
tests/end-to-end/hooks/monitoring/test_monitoring.py
tests/integration/__init__.py
tests/integration/test_execute.py
tests/integration/actions/__init__.py
tests/integration/actions/config/__init__.py
tests/integration/actions/config/test_validate.py
tests/integration/borg/test_commands.py
tests/integration/borg/test_feature.py
tests/integration/borg/test_rename.py
tests/integration/commands/__init__.py
tests/integration/commands/test_arguments.py
tests/integration/commands/test_borgmatic.py
tests/integration/commands/test_generate_config.py
tests/integration/commands/test_validate_config.py
tests/integration/commands/completion/__init__.py
tests/integration/commands/completion/test_actions.py
tests/integration/commands/completion/test_bash.py
tests/integration/commands/completion/test_fish.py
tests/integration/config/__init__.py
tests/integration/config/test_arguments.py
tests/integration/config/test_generate.py
tests/integration/config/test_load.py
tests/integration/config/test_override.py
tests/integration/config/test_schema.py
tests/integration/config/test_validate.py
tests/integration/hooks/__init__.py
tests/integration/hooks/data_source/__init__.py
tests/integration/hooks/data_source/test_btrfs.py
tests/integration/hooks/data_source/test_config.py
tests/integration/hooks/data_source/test_lvm.py
tests/integration/hooks/data_source/test_zfs.py
tests/integration/hooks/monitoring/__init__.py
tests/integration/hooks/monitoring/test_apprise.py
tests/integration/hooks/monitoring/test_healthchecks.py
tests/integration/hooks/monitoring/test_loki.py
tests/unit/__init__.py
tests/unit/test_execute.py
tests/unit/test_logger.py
tests/unit/test_signals.py
tests/unit/test_verbosity.py
tests/unit/actions/__init__.py
tests/unit/actions/test_arguments.py
tests/unit/actions/test_borg.py
tests/unit/actions/test_break_lock.py
tests/unit/actions/test_change_passphrase.py
tests/unit/actions/test_check.py
tests/unit/actions/test_compact.py
tests/unit/actions/test_create.py
tests/unit/actions/test_delete.py
tests/unit/actions/test_export_key.py
tests/unit/actions/test_export_tar.py
tests/unit/actions/test_extract.py
tests/unit/actions/test_import_key.py
tests/unit/actions/test_info.py
tests/unit/actions/test_json.py
tests/unit/actions/test_list.py
tests/unit/actions/test_mount.py
tests/unit/actions/test_pattern.py
tests/unit/actions/test_prune.py
tests/unit/actions/test_recreate.py
tests/unit/actions/test_repo_create.py
tests/unit/actions/test_repo_delete.py
tests/unit/actions/test_repo_info.py
tests/unit/actions/test_repo_list.py
tests/unit/actions/test_restore.py
tests/unit/actions/test_transfer.py
tests/unit/actions/config/test_bootstrap.py
tests/unit/actions/config/test_generate.py
tests/unit/actions/config/test_validate.py
tests/unit/borg/__init__.py
tests/unit/borg/test_borg.py
tests/unit/borg/test_break_lock.py
tests/unit/borg/test_change_passphrase.py
tests/unit/borg/test_check.py
tests/unit/borg/test_compact.py
tests/unit/borg/test_create.py
tests/unit/borg/test_delete.py
tests/unit/borg/test_environment.py
tests/unit/borg/test_export_key.py
tests/unit/borg/test_export_tar.py
tests/unit/borg/test_extract.py
tests/unit/borg/test_flags.py
tests/unit/borg/test_import_key.py
tests/unit/borg/test_info.py
tests/unit/borg/test_list.py
tests/unit/borg/test_mount.py
tests/unit/borg/test_passcommand.py
tests/unit/borg/test_pattern.py
tests/unit/borg/test_prune.py
tests/unit/borg/test_recreate.py
tests/unit/borg/test_rename.py
tests/unit/borg/test_repo_create.py
tests/unit/borg/test_repo_delete.py
tests/unit/borg/test_repo_info.py
tests/unit/borg/test_repo_list.py
tests/unit/borg/test_transfer.py
tests/unit/borg/test_umount.py
tests/unit/borg/test_version.py
tests/unit/commands/__init__.py
tests/unit/commands/test_arguments.py
tests/unit/commands/test_borgmatic.py
tests/unit/commands/completion/__init__.py
tests/unit/commands/completion/test_actions.py
tests/unit/commands/completion/test_bash.py
tests/unit/commands/completion/test_fish.py
tests/unit/commands/completion/test_flag.py
tests/unit/config/__init__.py
tests/unit/config/test_arguments.py
tests/unit/config/test_checks.py
tests/unit/config/test_collect.py
tests/unit/config/test_constants.py
tests/unit/config/test_environment.py
tests/unit/config/test_generate.py
tests/unit/config/test_load.py
tests/unit/config/test_normalize.py
tests/unit/config/test_override.py
tests/unit/config/test_paths.py
tests/unit/config/test_schema.py
tests/unit/config/test_validate.py
tests/unit/hooks/__init__.py
tests/unit/hooks/test_command.py
tests/unit/hooks/test_dispatch.py
tests/unit/hooks/credential/__init__.py
tests/unit/hooks/credential/test_container.py
tests/unit/hooks/credential/test_file.py
tests/unit/hooks/credential/test_keepassxc.py
tests/unit/hooks/credential/test_parse.py
tests/unit/hooks/credential/test_systemd.py
tests/unit/hooks/data_source/__init__.py
tests/unit/hooks/data_source/test_bootstrap.py
tests/unit/hooks/data_source/test_btrfs.py
tests/unit/hooks/data_source/test_config.py
tests/unit/hooks/data_source/test_dump.py
tests/unit/hooks/data_source/test_lvm.py
tests/unit/hooks/data_source/test_mariadb.py
tests/unit/hooks/data_source/test_mongodb.py
tests/unit/hooks/data_source/test_mysql.py
tests/unit/hooks/data_source/test_postgresql.py
tests/unit/hooks/data_source/test_snapshot.py
tests/unit/hooks/data_source/test_sqlite.py
tests/unit/hooks/data_source/test_zfs.py
tests/unit/hooks/monitoring/__init__.py
tests/unit/hooks/monitoring/test_apprise.py
tests/unit/hooks/monitoring/test_cronhub.py
tests/unit/hooks/monitoring/test_cronitor.py
tests/unit/hooks/monitoring/test_healthchecks.py
tests/unit/hooks/monitoring/test_logs.py
tests/unit/hooks/monitoring/test_loki.py
tests/unit/hooks/monitoring/test_ntfy.py
tests/unit/hooks/monitoring/test_pagerduty.py
tests/unit/hooks/monitoring/test_pushover.py
tests/unit/hooks/monitoring/test_sentry.py
tests/unit/hooks/monitoring/test_uptimekuma.py
tests/unit/hooks/monitoring/test_zabbix.py