Dan Helfman
|
48b50b5209
|
Add documentation link to NEWS.
|
2022-04-26 10:24:25 -07:00 |
|
Dan Helfman
|
13bae8c23b
|
Typo.
|
2022-04-26 10:12:02 -07:00 |
|
Dan Helfman
|
4a48e6aa04
|
Bump version for release.
|
2022-04-26 10:07:04 -07:00 |
|
Dan Helfman
|
525266ede6
|
Deep merging when including common configuration (#381).
|
2022-04-25 21:18:37 -07:00 |
|
Dan Helfman
|
d045eb55ac
|
Add mention of sudo's "secure_path" option in borgmatic installation documentation (#513).
|
2022-04-23 14:29:55 -07:00 |
|
Dan Helfman
|
0e6b425ac5
|
Fix "borgmatic borg key ..." to pass parameters to Borg in correct order (#515).
|
2022-04-23 14:03:15 -07:00 |
|
Dan Helfman
|
bdc26f2117
|
Add note about old, pre-1.6.0 hooks behavior.
|
2022-04-22 19:58:28 -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
|
cbce6707f4
|
Clarify one_file_system behavior in schema comment (#520).
|
2022-04-12 11:05:22 -07:00 |
|
Dan Helfman
|
e40e726687
|
Change Healthchecks logs truncation size from 10k bytes to 100k bytes, corresponding to that same change on Healthchecks.io.
|
2022-04-06 22:00:18 -07:00 |
|
Dan Helfman
|
0c027a3050
|
Fix handling of TERM signal to exit borgmatic, not just forward the signal to Borg (#516).
|
2022-04-03 13:12:48 -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
|
413a079f51
|
Clarify Python version support.
|
2022-03-28 21:57:40 -07:00 |
|
Dan Helfman
|
5b3cfc542d
|
Switch to PyPI API token.
|
2022-03-14 14:00:03 -07:00 |
|
Dan Helfman
|
c838c1d11b
|
Fix header placement in documentation guide.
|
2022-03-14 13:50:22 -07:00 |
|
Dan Helfman
|
4d1d8d7409
|
Bump version for release.
|
2022-03-14 13:43:24 -07:00 |
|
Dan Helfman
|
db7499db82
|
Document "repositories" context to for "before_*" and "after_*" command action hooks (#469).
|
2022-03-14 13:34:14 -07:00 |
|
Dan Helfman
|
6b500c2a8b
|
Add repositories context for command hooks.
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/469
|
2022-03-14 20:13:15 +00:00 |
|
Dan Helfman
|
95c518e59b
|
Documentation tip about dealing with hangs when database hook is enabled.
|
2022-03-12 13:17:32 -08: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
|
574eb91921
|
Fix Borg usage error in the "compact" action when running "borgmatic --dry-run". Now, skip "compact" entirely during a dry run (#507).
|
2022-03-07 21:46:12 -08:00 |
|
Dan Helfman
|
28fef3264b
|
Fix handling of "patterns_from" and "exclude_from" options to error instead of warning when referencing unreadable files and running "create" action (#486).
|
2022-03-07 15:32:07 -08:00 |
|
Dan Helfman
|
9161dbcb7d
|
Removing unnecessary leading underscores from functions.
|
2022-03-07 11:58:29 -08:00 |
|
Dan Helfman
|
4b3027e4fc
|
Add test for new working_directory option (#431).
|
2022-03-03 11:48:18 -08:00 |
|
Dan Helfman
|
0eb2634f9b
|
Working directory option to support source directories with relative paths (#431).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/477
|
2022-03-03 19:28:17 +00:00 |
|
Dan Helfman
|
7c5b68c98f
|
Bump version for release.
|
2022-02-10 10:29:18 -08:00 |
|
Dan Helfman
|
9317cbaaf0
|
Code formatting.
|
2022-02-10 10:23:34 -08:00 |
|
Dan Helfman
|
1b5f04b79f
|
When using the "remote_rate_limit" option, tailor the flags passed to Borg depending on the Borg version (#394).
|
2022-02-10 10:16:09 -08:00 |
|
Dan Helfman
|
948c86f62c
|
When using the "numeric_owner" option with the "extract" action, tailor the flags passed to Borg depending on the Borg version (#394).
|
2022-02-10 10:09:18 -08:00 |
|
Dan Helfman
|
7e7209322a
|
When using the "numeric_owner" option, tailor the flags passed to Borg depending on the Borg version (#394).
|
2022-02-10 09:51:13 -08:00 |
|
Dan Helfman
|
00a57fd947
|
Code formatting.
|
2022-02-09 21:20:28 -08:00 |
|
Dan Helfman
|
6bf6ac310b
|
When using the "bsd_flags" option, tailor the flags passed to Borg depending on the Borg version (#394).
|
2022-02-09 21:11:00 -08:00 |
|
Dan Helfman
|
4b5af2770d
|
When the "atime" option is used, tailor the flags passed to Borg depending on version (#394).
|
2022-02-09 16:54:35 -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
|
4498671233
|
Remove references to removed long-deprecated options (#394).
|
2022-02-09 11:08:02 -08:00 |
|
Dan Helfman
|
9997aa9a92
|
Fix capitalization on compact help.
|
2022-02-08 15:58:09 -08:00 |
|
Dan Helfman
|
cbf7284f64
|
Add compact action to command-line reference documentation.
|
2022-02-08 15:37:24 -08:00 |
|
Dan Helfman
|
ee466f870d
|
Fixing ruamel.yaml.clib breakages harder.
|
2022-02-08 13:21:11 -08:00 |
|
Dan Helfman
|
e3f4bf0293
|
Build fix for ruamel.yaml.clib error.
|
2022-02-08 12:52:45 -08:00 |
|
Dan Helfman
|
46688f10b1
|
Merge branch 'master' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic
|
2022-02-08 12:10:57 -08:00 |
|
Dan Helfman
|
48f44d2f3d
|
Add tests for compact action (#394).
|
2022-02-08 12:05:02 -08:00 |
|
Dan Helfman
|
bff1347ba3
|
Fix some test failures (#394).
|
2022-02-08 09:35:03 -08:00 |
|
Dan Helfman
|
9582324c88
|
Compact repository segments with new "borgmatic compact" action (#394).
|
2022-02-07 23:29:44 -08:00 |
|
Dan Helfman
|
bb0716421d
|
Add comment about systemd service setting that may interfere with external commands in hooks (#492).
|
2022-01-25 09:26:11 -08:00 |
|
Dan Helfman
|
bec73245e9
|
Fix traceback when a YAML validation error occurs (#480, #482).
|
2022-01-19 20:39:03 -08:00 |
|
Dan Helfman
|
dcead12e86
|
Attempt to fix documentation build error introduced by Eleventy upgrade.
|
2022-01-09 14:21:27 -08:00 |
|
Dan Helfman
|
0119514c11
|
Add Python version requirements to setup.py.
|
2022-01-09 10:19:53 -08:00 |
|
fabianschilling
|
b39f08694d
|
Merge branch 'master' into pr-working-directory
|
2022-01-05 09:30:27 +00:00 |
|
Dan Helfman
|
80bdf1430b
|
Bump version for release.
|
2022-01-04 20:20:13 -08:00 |
|
Dan Helfman
|
2ee75546f5
|
Add MongoDB database hook documentation.
|
2022-01-04 16:26:38 -08:00 |
|