Dan Helfman
|
1b90da5bf1
|
Deprecate generate-borgmatic-config in favor if new "config generate" action (#529).
|
2023-06-21 12:19:49 -07:00 |
|
Dan Helfman
|
7b8be800a4
|
Refactor arguments parsing to fix bootstrap action CLI issues (#712).
|
2023-06-19 16:18:47 -07:00 |
|
Dan Helfman
|
ef409ad23c
|
Store configs used to create an archive in the archive and add borgmatic bootstrap (#697).
Merge pull request #71 from diivi/feat/store-config-in-archive
|
2023-06-10 14:39:53 -07:00 |
|
Divyansh Singh
|
8384eaefb1
|
reformat
|
2023-06-08 00:07:36 +05:30 |
|
Divyansh Singh
|
dcb90bba50
|
some tests remaining
|
2023-06-07 23:56:02 +05:30 |
|
Divyansh Singh
|
2d761dd86b
|
coverage at 100
|
2023-06-07 01:43:01 +05:30 |
|
Dan Helfman
|
b222f6a60b
|
Mention new verbosity level to NEWS (#484).
|
2023-05-30 15:52:49 -07:00 |
|
Soumik Dutta
|
a7f81d538d
|
nit changes
- help strings in borgmatic commands
- test fixes in test_logger and test_borgmatic
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
|
2023-05-29 01:09:00 +05:30 |
|
Soumik Dutta
|
d556a23f97
|
update borgmatic tests
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
|
2023-05-26 08:57:12 +05:30 |
|
Dan Helfman
|
5dbb71709c
|
Upgrade test requirements and code style requirements. Auto-reformat code accordingly.
|
2023-04-14 19:35:24 -07:00 |
|
Divyansh Singh
|
16d7131fb7
|
refactor tests
|
2023-04-07 01:00:38 +05:30 |
|
Divyansh Singh
|
091d60c226
|
refactor and improve tests
|
2023-04-06 12:36:10 +05:30 |
|
Divyansh Singh
|
0fbdf8d860
|
feat: add logfile name to hook context for interpolation
|
2023-04-06 09:31:24 +05:30 |
|
Divyansh Singh
|
a136fda92d
|
check all tests
|
2023-03-26 23:35:47 +05:30 |
|
Divyansh Singh
|
b511e679ae
|
remove optional label for repos from tests
|
2023-03-26 16:59:29 +05:30 |
|
Divyansh Singh
|
e83ad9e1e4
|
use repository["path"] instead of repository
|
2023-03-25 01:04:57 +05:30 |
|
Dan Helfman
|
b343363bb8
|
Change the default action order to: "create", "prune", "compact", "check" (#304).
|
2023-03-08 14:05:06 -08:00 |
|
Dan Helfman
|
9db31bd1e9
|
Run any command-line actions in the order specified instead of using a fixed ordering (#304).
|
2023-03-08 13:19:41 -08:00 |
|
Soumik Dutta
|
f442aeae9c
|
fix logs_monitor_start_error()
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
|
2023-03-06 05:21:56 +05:30 |
|
Soumik Dutta
|
e211863cba
|
update test_borgmatic.py
Signed-off-by: Soumik Dutta <shalearkane@gmail.com>
|
2023-03-06 05:12:24 +05:30 |
|
Dan Helfman
|
0e6b2c6773
|
Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file (#438, #560).
|
2023-01-25 23:31:07 -08:00 |
|
Dan Helfman
|
c657764367
|
Fix logs that interfere with JSON output by making warnings go to stderr instead of stdout (#602).
|
2022-12-02 12:12:10 -08:00 |
|
Dan Helfman
|
d7f1c10c8c
|
To prevent Borg hangs, unconditionally delete stale named pipes before dumping databases (#360).
|
2022-10-12 10:26:09 -07:00 |
|
Dan Helfman
|
ba8fbe7a44
|
Add "break-lock" action for removing any repository and cache locks leftover from Borg aborting (#357).
|
2022-10-04 13:42:18 -07:00 |
|
Dan Helfman
|
317dc7fbce
|
Add "before_actions" and "after_actions" command hooks that run before/after all the actions for each repository, update docs to cover per-repository configurations (#463).
|
2022-08-21 21:48:37 -07:00 |
|
Dan Helfman
|
462326406e
|
Drop only-style actions like "--create", rename "prune --files" to "prune --list", and add "--list" alias to "create" and "export-tar" (#571).
|
2022-08-21 14:25:16 -07:00 |
|
Dan Helfman
|
7dee6194a2
|
Add new "transfer" action for Borg 2 (#557).
|
2022-08-18 23:06:51 -07:00 |
|
Dan Helfman
|
43d711463c
|
Add additional command-line flags to rcreate action (#557).
|
2022-08-18 14:28:12 -07:00 |
|
Dan Helfman
|
3b6ed06686
|
Add --other-repo flag to rcreate action (#557).
|
2022-08-17 17:33:09 -07:00 |
|
Dan Helfman
|
28d847b8b1
|
Warn and tranform on non-ssh://-style repositories (#557).
|
2022-08-17 10:13:11 -07:00 |
|
Dan Helfman
|
cc04bf57df
|
Update list action for Borg 2 support, add rinfo action, and update extract consistency check for Borg 2.
|
2022-08-15 15:04:40 -07:00 |
|
Dan Helfman
|
c7176bd00a
|
Add rinfo action for Borg 2 support (#557).
|
2022-08-12 23:06:56 -07:00 |
|
Dan Helfman
|
622caa0c21
|
Support for Borg 2's rcreate and rinfo sub-commands (#557).
|
2022-08-12 14:53:20 -07:00 |
|
Dan Helfman
|
9aece3936a
|
Modify "mount" and "extract" actions to require the "--repository" flag when multiple repositories are configured (#566).
|
2022-07-25 11:30:02 -07:00 |
|
Dan Helfman
|
457ed80744
|
Fix environment variable plumbing so options in one configuration file aren't used for others (#555).
|
2022-06-30 13:42:17 -07:00 |
|
Dan Helfman
|
8fa90053cf
|
Add "borgmatic check --force" flag to ignore configured check frequencies (#523).
|
2022-05-28 19:29:33 -07:00 |
|
Dan Helfman
|
ed7fe5c6d0
|
Instead of executing "before" command hooks before all borgmatic actions run (and "after" hooks after), execute these hooks right before/after the corresponding action (#473).
|
2022-04-21 22:08:25 -07:00 |
|
Dan Helfman
|
9f44bbad65
|
Fix borgmatic exit code (so it's zero) when initial Borg calls fail but later retries succeed (#517).
|
2022-04-02 22:28:41 -07:00 |
|
Dan Helfman
|
976516d0e1
|
When loading a configuration file that is unreadable due to file permissions, warn instead of erroring (#444).
|
2022-03-08 10:19:36 -08:00 |
|
Dan Helfman
|
b525e70e1c
|
Run "compact" action by default when no actions are specified (#394).
|
2022-02-09 14:33:12 -08:00 |
|
Dan Helfman
|
48f44d2f3d
|
Add tests for compact action (#394).
|
2022-02-08 12:05:02 -08:00 |
|
Dan Helfman
|
38ebfd2969
|
Rename retry_timeout to retry_wait and standardize log formatting (#28).
|
2021-11-15 11:51:17 -08:00 |
|
cadamswaite
|
976a877a25
|
Formatting
|
2021-11-14 22:37:42 +00:00 |
|
cadamswaite
|
b4117916b8
|
Add timeout and tests
|
2021-11-14 22:15:22 +00:00 |
|
cadamswaite
|
19cad89978
|
Add some tests for retry logic
|
2021-11-14 21:35:23 +00:00 |
|
Dan Helfman
|
ea6cd53067
|
Update versions of test dependencies (test_requirements.txt and test containers).
|
2020-11-22 14:48:07 -08:00 |
|
networkjanitor
|
893fca2816
|
Add before_extract and after_extract hooks
|
2020-08-01 16:08:32 +02:00 |
|
Dan Helfman
|
e76d5ad988
|
Fix tests.
|
2020-01-27 12:56:12 -08:00 |
|
Dan Helfman
|
2405e97c38
|
Backup to a removable drive or intermittent server via "soft failure" feature (#284).
|
2020-01-24 20:52:48 -08:00 |
|
Dan Helfman
|
f66fd1caaa
|
Customize Healthchecks log level via borgmatic "--monitoring-verbosity" flag (#277).
|
2020-01-22 15:10:47 -08:00 |
|