Commit Graph

12 Commits

Author SHA1 Message Date
Florian Lindner c62a93396e Rename test functions: verbosity -> log level
Also update doc string here and there.
2018-09-07 10:36:47 +02:00
Florian Lindner b35c047648 Address issues raised in review of pull request #90.
+ Add my name to AUTHORS. Also dared to move one name up, so it's sorted alphabetically.
+ Do not compile --dry-run with --stats, adapt test accordingly.
+ Minor cleanups
+ Print configuration file path at INFO level.
+ Factor out insert_logging_mock test utility functions
+ Fix function name for test_verbosity_to_log_level_maps_unknown_verbosity_to_info_level
2018-09-02 17:48:04 +02:00
Florian Lindner 9628e385a6 Merge remote-tracking branch 'upstream/master' 2018-08-22 22:08:18 +02:00
Dan Helfman 7d40a448cb Pass --show-rc option to Borg when at highest verbosity level (#89). 2018-08-19 12:44:40 -07:00
Florian Lindner 3b5564babf First version that uses the log level for verboseness
Still needs some renaming and fine tuning of log settings.
2018-07-15 10:04:34 +02:00
Dan Helfman 007ec0644c Ignore "check_last" and consistency "prefix" when "archives" not in consistency checks. (#59) 2018-05-20 22:11:40 -07:00
Dan Helfman f7f852a28b Fix tests broken by addition of check --prefix default. 2018-03-03 22:36:51 -08:00
Nick Whyte c64d0100d5 Only check archives with matching prefix. 2018-03-03 22:17:39 -08:00
Dan Helfman 2d3f5fa05d Support for Borg --lock-wait option for the maximum wait for a repository/cache lock (#56). 2018-02-19 15:51:04 -08:00
Dan Helfman cd189c4fe4 48: Add "local_path" to configuration for specifying an alternative Borg executable path. 2018-01-14 16:35:24 -08:00
Dan Helfman 50b3240c4f 54: Fix for incorrect consistency check flags passed to Borg when all three checks in borgmatic config. 2018-01-14 14:09:20 -08:00
Dan Helfman 247d36a309 Split out Borg integration code into multiple files, as it was getting kind of hairy all in one. 2017-08-05 16:21:39 -07:00