borgmatic/borgmatic/borg
Dan Helfman 192bfe46a9 Fix error when running the "prune" action with both "archive_name_format" and "prefix" options set (#668). 2023-04-05 14:58:05 -07:00
..
__init__.py Split out Borg integration code into multiple files, as it was getting kind of hairy all in one. 2017-08-05 16:21:39 -07:00
borg.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
break_lock.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
check.py Add "match_archives" option (#588). 2023-04-01 23:57:55 -07:00
compact.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
create.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
environment.py add option to set borg_files_cache_ttl in config 2023-03-18 01:48:24 +05:30
export_tar.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
extract.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
feature.py With the "create" action and the "--list" ("--files") flag, only show excluded files at verbosity 2 (#620). 2023-03-02 15:33:42 -08:00
flags.py Add "match_archives" option (#588). 2023-04-01 23:57:55 -07:00
info.py Fix error with "info --match-archives" and fix "--match-archives" overriding logic (#666). 2023-04-04 21:25:10 -07:00
list.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
mount.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
prune.py Fix error when running the "prune" action with both "archive_name_format" and "prefix" options set (#668). 2023-04-05 14:58:05 -07:00
rcreate.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
rinfo.py rename repository arg to repository_path in all borg actions 2023-03-26 23:52:25 +05:30
rlist.py Fix error with "info --match-archives" and fix "--match-archives" overriding logic (#666). 2023-04-04 21:25:10 -07:00
state.py Reduce the default consistency check frequency and support configuring the frequency independently for each check (#523). 2022-05-28 14:42:19 -07:00
transfer.py Fix error with "info --match-archives" and fix "--match-archives" overriding logic (#666). 2023-04-04 21:25:10 -07:00
umount.py Fix legitimate database dump command errors (exit code 1) not being treated as errors by borgmatic (#310). 2020-05-14 22:38:38 -07:00
version.py Fix regression in which "check" action errored on certain systems (#597, #598). 2022-10-14 16:19:26 -07:00