.. |
__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
|
Move the default check state directory (#562, #638). Deprecate the "borgmatic_source_directory" option in favor of "borgmatic_runtime_directory" and "borgmatic_state_directory" (#562).
|
2024-10-30 22:36:43 -07:00 |
break_lock.py
|
Fix a "list" action error when the "encryption_passcommand" option is set (#987).
|
2025-02-03 23:11:59 -08:00 |
change_passphrase.py
|
Get existing unit tests passing (#635).
|
2025-01-26 12:13:29 -08:00 |
check.py
|
With the "max_duration" option or the "--max-duration" flag, run the archives and repository checks separately so they don't interfere with one another (#988).
|
2025-02-06 11:52:16 -08:00 |
compact.py
|
Get existing unit tests passing (#635).
|
2025-01-26 12:13:29 -08:00 |
create.py
|
Fix a "list" action error when the "encryption_passcommand" option is set (#987).
|
2025-02-03 23:11:59 -08:00 |
delete.py
|
Apply the "umask" option to all relevant actions, not just some of them (#441).
|
2024-11-18 09:07:29 -08:00 |
environment.py
|
Fix a "list" action error when the "encryption_passcommand" option is set (#987).
|
2025-02-03 23:11:59 -08:00 |
export_key.py
|
Get existing unit tests passing (#635).
|
2025-01-26 12:13:29 -08:00 |
export_tar.py
|
Get existing unit tests passing (#635).
|
2025-01-26 12:13:29 -08:00 |
extract.py
|
Fix a "list" action error when the "encryption_passcommand" option is set (#987).
|
2025-02-03 23:11:59 -08:00 |
feature.py
|
Borg 2 changes: Default the "archive_name_format" option to just "{hostname}". Update the "--match-archives"/"--archive" flags to support series names / archive hashes. Add a "--match-archives" flag to the "prune" action.
|
2024-10-25 14:26:31 -07:00 |
flags.py
|
Borg 2 changes: Default the "archive_name_format" option to just "{hostname}". Update the "--match-archives"/"--archive" flags to support series names / archive hashes. Add a "--match-archives" flag to the "prune" action.
|
2024-10-25 14:26:31 -07:00 |
info.py
|
Apply the "umask" option to all relevant actions, not just some of them (#441).
|
2024-11-18 09:07:29 -08:00 |
list.py
|
Fix a "list" action error when the "encryption_passcommand" option is set (#987).
|
2025-02-03 23:11:59 -08:00 |
mount.py
|
Fix a "list" action error when the "encryption_passcommand" option is set (#987).
|
2025-02-03 23:11:59 -08:00 |
passcommand.py
|
When both "encryption_passcommand" and "encryption_passphrase" are configured, prefer "encryption_passphrase" even if it's an empty value (#987).
|
2025-02-03 23:20:31 -08:00 |
pattern.py
|
Add even more missing test coverage (#962).
|
2025-01-16 15:11:59 -08:00 |
prune.py
|
Move the default check state directory (#562, #638). Deprecate the "borgmatic_source_directory" option in favor of "borgmatic_runtime_directory" and "borgmatic_state_directory" (#562).
|
2024-10-30 22:36:43 -07:00 |
repo_create.py
|
Get existing unit tests passing (#635).
|
2025-01-26 12:13:29 -08:00 |
repo_delete.py
|
Apply the "umask" option to all relevant actions, not just some of them (#441).
|
2024-11-18 09:07:29 -08:00 |
repo_info.py
|
Fix a "list" action error when the "encryption_passcommand" option is set (#987).
|
2025-02-03 23:11:59 -08:00 |
repo_list.py
|
Fix a "list" action error when the "encryption_passcommand" option is set (#987).
|
2025-02-03 23:11:59 -08: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
|
Apply the "umask" option to all relevant actions, not just some of them (#441).
|
2024-11-18 09:07:29 -08:00 |
umount.py
|
Move the default check state directory (#562, #638). Deprecate the "borgmatic_source_directory" option in favor of "borgmatic_runtime_directory" and "borgmatic_state_directory" (#562).
|
2024-10-30 22:36:43 -07:00 |
version.py
|
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (#562). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (#562). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (#838). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
|
2024-11-03 13:14:05 -08:00 |