Dan Helfman
|
f4a231420f
Show summary log errors regardless of verbosity. Log the "summary:" header with level based on the contained logs.
|
5 years ago |
Dan Helfman
|
55ebfdda39
Show full error logs at "--verbosity 0" so you can see command output without upping the verbosity level.
|
5 years ago |
Dan Helfman
|
2cc743cf47
With "borgmatic check", consider Borg warnings as errors (#247).
|
5 years ago |
Dan Helfman
|
50f62d73b7
When using the Healthchecks monitoring hook, include borgmatic logs in the payloads for completion and failure pings (#241).
|
5 years ago |
Dan Helfman
|
781fac3266
Refactor ping monitors (Healthchecks, Cronitor, Cronhub) to share a common invocation and function signature.
|
5 years ago |
Dan Helfman
|
ded042d8cc
First crack at MySQL/MariaDB database restore (#228).
|
5 years ago |
Dan Helfman
|
9d29ecf304
Remove MySQL/MariaDB database dumps after backing them up (#228).
|
5 years ago |
Dan Helfman
|
458e7776c5
Database dump hooks for PostgreSQL, so you can easily dump your databases before backups run (#225).
|
5 years ago |
Dan Helfman
|
fa5fa1c11b
Move hooks into directory, so there can be one source file per type of hook (#225).
|
5 years ago |
Dan Helfman
|
6c617eddd5
When backups to one of several repositories fails, keep backing up to the other repositories (#144).
|
5 years ago |
Dan Helfman
|
e14ebee4e0
User-defined hooks for global setup or cleanup that run before/after all actions. (#192).
|
5 years ago |
Dan Helfman
|
1676a98c51
Fix for Borg create error output not showing up at borgmatic verbosity level zero (#198).
|
6 years ago |
Dan Helfman
|
0ca43ef67a
Get tests passing.
|
6 years ago |
Dan Helfman
|
603e055a39
Fix borgmatic command unit tests for new parsed arguments.
|
6 years ago |
Dan Helfman
|
74ac148747
Disable console color via "color" option in borgmatic configuration output section (#191).
|
6 years ago |
Dan Helfman
|
1c88dda76a
Fix for invalid JSON output when using multiple borgmatic configuration files (#155).
|
6 years ago |
Dan Helfman
|
4272c6b077
List the files within an archive via --list --archive option (#140).
|
6 years ago |
Dan Helfman
|
5ea2d644a2
Fix error handling when --extract repository guard fails.
|
6 years ago |
Dan Helfman
|
c35f90154f
Only guard repository when --extract is used.
|
6 years ago |
Dan Helfman
|
766a03375a
Guard that the given repository occurs in config exactly once.
|
6 years ago |
Dan Helfman
|
9de5083a7e
Additional test coverage for extract options in borgmatic command.
|
6 years ago |
Dan Helfman
|
d0557b2bcd
Initial work on #123: Support for Borg extract.
|
6 years ago |
Dan Helfman
|
45a537b6b1
When running multiple configuration files, attempt all of them even if one errors (#116).
|
6 years ago |
Dan Helfman
|
e4d1b49c39
Switch some functions with many arguments to kwargs only.
|
6 years ago |
Dan Helfman
|
a125df991b
Move tests to the root of the repository, in keeping with more common convention.
|
6 years ago |