Dan Helfman
|
d88f321cef
Fix legitimate database dump command errors (exit code 1) not being treated as errors by borgmatic (#310).
|
5 years ago |
Dan Helfman
|
1ea047dd94
Remove "borgmatic restore --progress" flag, as it now conflicts with streaming database restores.
|
5 years ago |
Dan Helfman
|
fdbb2ee905
View consistency check progress via "--progress" flag for "check" action (#287).
|
5 years ago |
Dan Helfman
|
2ab9daaa0f
Attempt to repair any inconsistencies found during a consistency check via "borgmatic check --repair" flag (#266).
|
5 years ago |
Dan Helfman
|
0c6c61a272
Pass extra options directly to particular Borg commands, handy for Borg options that borgmatic does not yet support natively (#235).
|
5 years ago |
Dan Helfman
|
2cc743cf47
With "borgmatic check", consider Borg warnings as errors (#247).
|
5 years ago |
Dan Helfman
|
81739791e0
Override configured consistency checks via "borgmatic check --only" command-line flag (#210).
|
5 years ago |
Dan Helfman
|
4cdff74e9b
Support for Borg check --verify-data flag via borgmatic "data" consistency check (#210).
|
5 years ago |
Dan Helfman
|
c085bacccf
Reorder arguments passed to Borg to fix duplicate directories when using Borg patterns (#213).
|
5 years ago |
Dan Helfman
|
896401088e
Fix for traceback when the "checks" option has an empty value (#208).
|
5 years ago |
Dan Helfman
|
7c890be76d
Black formatting.
|
5 years ago |
Dan Helfman
|
39e5aac479
If a "prefix" option in borgmatic's configuration has an empty value (blank or ""), then disable default prefix.
|
5 years ago |
Dan Helfman
|
a74ad5475e
Run all Borg commands such that they log to syslog as well as console.
|
6 years ago |
Luke Murphy
|
1c0dc3f904
Run isort over the source
|
6 years ago |
Dan Helfman
|
a125df991b
Move tests to the root of the repository, in keeping with more common convention.
|
6 years ago |