Dan Helfman
|
9ec75ccf3f
|
Fit inadvertent conversion of ordered dict to dict.
|
2019-07-27 14:15:24 -07:00 |
|
Dan Helfman
|
7c890be76d
|
Black formatting.
|
2019-07-27 14:08:47 -07:00 |
|
Dan Helfman
|
39e5aac479
|
If a "prefix" option in borgmatic's configuration has an empty value (blank or ""), then disable default prefix.
|
2019-07-27 14:04:13 -07:00 |
|
Dan Helfman
|
e25f2c4e6c
|
Clarify documentation/schema about on_error hook running if there's an error in another hook (#202).
|
2019-07-19 09:25:01 -07:00 |
|
Dan Helfman
|
7ad8f9ac6f
|
Link to borgmatic-binary installation method.
|
2019-07-13 15:40:26 -07:00 |
|
Dan Helfman
|
2add3ff7ad
|
Fix redirect.
|
2019-07-05 09:19:51 -07:00 |
|
Dan Helfman
|
0602ca1862
|
Add how-to redirect. Fix capitalization.
|
2019-07-05 09:03:08 -07:00 |
|
Dan Helfman
|
e973802fc1
|
Iterate on how-to document name wording.
|
2019-07-05 08:57:25 -07:00 |
|
Dan Helfman
|
2bdf6dfd70
|
Merge branch 'master' of ssh://projects.torsion.org:3022/witten/borgmatic
|
2019-07-05 08:52:06 -07:00 |
|
Dan Helfman
|
f894c49540
|
Merge branch 'rename_howto_guide' of duncanbetts/borgmatic into master
|
2019-07-05 15:52:21 +00:00 |
|
duncanbetts
|
7900e5ea53
|
Update 'README.md'
|
2019-07-05 14:40:41 +00:00 |
|
duncanbetts
|
5587f48bda
|
Update 'docs/how-to/run-preparation-steps-before-backups.md'
|
2019-07-05 14:39:21 +00:00 |
|
duncanbetts
|
de3ee07566
|
Update 'README.md'
Improved description of what the resource provides.
|
2019-07-05 14:37:42 +00:00 |
|
Dan Helfman
|
fe39453598
|
Change example filename to be more descriptive.
|
2019-06-30 17:23:09 -07:00 |
|
Dan Helfman
|
9c75063c05
|
Unbreak console snippet in docs.
|
2019-06-30 17:09:34 -07:00 |
|
Dan Helfman
|
5cf2ef1732
|
Add note to documentation about using spaces instead of tabs for indentation, as YAML does not allow tabs (#199).
|
2019-06-30 16:58:01 -07:00 |
|
Dan Helfman
|
f35e6ea7ad
|
Upgrade base layers.
|
2019-06-27 15:38:00 -07:00 |
|
Dan Helfman
|
90595e9c18
|
Only log to syslog when run from a non-interactive console (e.g. a cron job). Related to #197.
|
2019-06-27 14:41:21 -07:00 |
|
Dan Helfman
|
032d4adee3
|
Remove unicode byte order mark from syslog output. (Related to #197.)
|
2019-06-27 10:03:49 -07:00 |
|
Dan Helfman
|
4444219e17
|
Support for Borg --noatime, --noctime, and --nobirthtime flags (mentioned in #193).
|
2019-06-25 11:30:55 -07:00 |
|
Dan Helfman
|
56fd78089d
|
Sort generated flags before passing them to Borg.
|
2019-06-25 11:04:10 -07:00 |
|
Dan Helfman
|
86dbc00cbe
|
Support for several more borgmatic/borg info command-line flags (#193).
|
2019-06-25 10:46:55 -07:00 |
|
Dan Helfman
|
c644270599
|
Pass through several "borg list" flags (#193).
|
2019-06-25 10:18:30 -07:00 |
|
Dan Helfman
|
1676a98c51
|
Fix for Borg create error output not showing up at borgmatic verbosity level zero (#198).
|
2019-06-24 09:55:41 -07:00 |
|
Dan Helfman
|
358ed53da0
|
Only show build status badge for master branch.
|
2019-06-23 16:53:33 -07:00 |
|
Dan Helfman
|
90925c9428
|
Provide tips about old-style flags for those on older versions.
|
2019-06-23 16:42:23 -07:00 |
|
Dan Helfman
|
cd192a6909
|
Bump version for release.
|
2019-06-23 16:30:16 -07:00 |
|
Dan Helfman
|
7185146481
|
A bunch of tests for parse_subparser_arguments().
|
2019-06-23 16:06:39 -07:00 |
|
Dan Helfman
|
c15e6c5fe5
|
More actions help.
|
2019-06-23 09:46:22 -07:00 |
|
Dan Helfman
|
79c2b9df06
|
Don't make major version bump after all.
|
2019-06-23 09:23:51 -07:00 |
|
Dan Helfman
|
acd6772148
|
Update documentation to refer to dashless action sub-commands.
|
2019-06-22 22:09:50 -07:00 |
|
Dan Helfman
|
cd91dbd4f7
|
Include sub-command help in documentation.
|
2019-06-22 22:04:56 -07:00 |
|
Dan Helfman
|
8fc4efff88
|
Add subcommand note to NEWS.
|
2019-06-22 21:35:40 -07:00 |
|
Dan Helfman
|
4bf3e906a1
|
Break out main borgmatic arguments-parsing code into a separate file.
|
2019-06-22 21:32:27 -07:00 |
|
Dan Helfman
|
0ca43ef67a
|
Get tests passing.
|
2019-06-22 21:23:48 -07:00 |
|
Dan Helfman
|
603e055a39
|
Fix borgmatic command unit tests for new parsed arguments.
|
2019-06-22 16:29:25 -07:00 |
|
Dan Helfman
|
75c04611dc
|
Refactor to support subparsed-based parsed arguments.
|
2019-06-22 16:10:07 -07:00 |
|
Dan Helfman
|
881dc9b01e
|
Make each subparser get a crack all all arguments.
|
2019-06-21 23:12:37 -07:00 |
|
Dan Helfman
|
8c72e909a7
|
Initial stab at subparsers for argument parsing. Not yet fully working.
|
2019-06-21 22:27:16 -07:00 |
|
Dan Helfman
|
74ac148747
|
Disable console color via "color" option in borgmatic configuration output section (#191).
|
2019-06-19 20:48:54 -07:00 |
|
Dan Helfman
|
be7887c071
|
Demote log level of unhelpful info log (#194).
|
2019-06-19 12:01:03 -07:00 |
|
Dan Helfman
|
da459d95b8
|
Bump version for release.
|
2019-06-17 12:16:23 -07:00 |
|
Dan Helfman
|
b3aa6af859
|
Don't color syslog output (#197).
|
2019-06-17 11:53:08 -07:00 |
|
Dan Helfman
|
b816af1b13
|
Undo purge.
|
2019-06-16 22:10:25 -07:00 |
|
Dan Helfman
|
276aeb9875
|
Fix tests that assert on default syslog verbosity.
|
2019-06-16 21:58:41 -07:00 |
|
Dan Helfman
|
de94001508
|
Change default syslog verbosity to show errors only.
|
2019-06-16 21:57:14 -07:00 |
|
Dan Helfman
|
7cfab3620b
|
Don't prune docs image after push, so watchtower can pick it up.
|
2019-06-16 21:52:09 -07:00 |
|
Dan Helfman
|
6c136ebbf1
|
Fix for unclear error message for invalid YAML merge include (#196).
|
2019-06-16 21:33:40 -07:00 |
|
Dan Helfman
|
eaa5eb4174
|
Note about including config file.
|
2019-06-15 14:28:32 -07:00 |
|
Dan Helfman
|
acc2a39454
|
Include note about debug output.
|
2019-06-15 14:27:53 -07:00 |
|