.. |
__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
|
Remove sections (#721).
|
2023-07-08 23:14:30 -07:00 |
break_lock.py
|
Remove sections (#721).
|
2023-07-08 23:14:30 -07:00 |
check.py
|
Fix for Borg's interactive prompt on the "check --repair" action automatically getting answered "NO" (#730).
|
2023-07-22 15:25:55 -07:00 |
compact.py
|
Remove sections (#721).
|
2023-07-08 23:14:30 -07:00 |
create.py
|
Fix "borg create" flags/argument interleaving.
|
2023-08-04 20:02:09 -07:00 |
environment.py
|
Fix for Borg's interactive prompt on the "check --repair" action automatically getting answered "NO" (#730).
|
2023-07-22 15:25:55 -07:00 |
export_key.py
|
Add "key export" action to export a copy of the repository key (#345).
|
2023-08-07 12:28:39 -07:00 |
export_tar.py
|
Remove sections (#721).
|
2023-07-08 23:14:30 -07:00 |
extract.py
|
Remove sections (#721).
|
2023-07-08 23:14:30 -07:00 |
feature.py
|
Drop deprecated pkg_resources in favor of importlib.metadata and packaging.
|
2023-04-14 21:21:25 -07:00 |
flags.py
|
Omit "--glob-archives" or "--match-archives" Borg flag when its value would be "*" (#734).
|
2023-08-02 10:23:22 -07:00 |
info.py
|
Truncate long command output without assuming an encoded byte string.
|
2023-07-10 11:16:18 -07:00 |
list.py
|
Prep work for eventual container-dumping hooks: Generalize internal database hook "API" (#685).
|
2023-08-24 13:50:10 -07:00 |
mount.py
|
Remove sections (#721).
|
2023-07-08 23:14:30 -07:00 |
prune.py
|
Fix for "prune" action error when using the "keep_exclude_tags" option in configuration (#728).
|
2023-07-22 10:26:52 -07:00 |
rcreate.py
|
Remove sections (#721).
|
2023-07-08 23:14:30 -07:00 |
rinfo.py
|
Truncate long command output without assuming an encoded byte string.
|
2023-07-10 11:16:18 -07:00 |
rlist.py
|
Truncate long command output without assuming an encoded byte string.
|
2023-07-10 11:16:18 -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
|
Remove sections (#721).
|
2023-07-08 23:14:30 -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
|
Truncate long command output without assuming an encoded byte string.
|
2023-07-10 11:16:18 -07:00 |