Dan Helfman
|
d93fdbc5ad
|
Support "--files" and "--stats" flags at verbosity level 0.
|
2020-01-22 13:28:24 -08:00 |
|
palto42
|
75b5e7254e
|
changes as per comments in PR #283
|
2020-01-22 19:03:26 +01:00 |
|
palto42
|
e27ba0d08a
|
less detail at v1 + option "--files" for details
|
2020-01-11 16:38:07 +01:00 |
|
Dan Helfman
|
8660af745e
|
Optionally change the internal database dump path via "borgmatic_source_directory" option in location configuration section (#259).
|
2019-12-10 16:04:34 -08:00 |
|
Dan Helfman
|
0c6c61a272
|
Pass extra options directly to particular Borg commands, handy for Borg options that borgmatic does not yet support natively (#235).
|
2019-12-04 15:48:10 -08:00 |
|
Dan Helfman
|
00f62ca023
|
Fix for "before_backup" hook not triggering an error when the command contains "borg" and has an exit code of 1 (#256).
|
2019-11-30 16:55:05 -08:00 |
|
Dan Helfman
|
9b2ca15de6
|
Fix for garbled Borg file listing when using "borgmatic create --progress" with verbosity level 1 or 2 (#257).
|
2019-11-30 15:31:36 -08:00 |
|
Dan Helfman
|
f48f52079d
|
Support for Borg --keep-exclude-tags and --exclude-nodump options (#234).
|
2019-11-01 15:50:59 -07:00 |
|
Dan Helfman
|
458e7776c5
|
Database dump hooks for PostgreSQL, so you can easily dump your databases before backups run (#225).
|
2019-10-22 16:28:42 -07:00 |
|
Dan Helfman
|
a897ffd514
|
Fix "borgmatic create --progress" output so that it updates on the console in real-time (#221).
|
2019-09-25 12:03:10 -07:00 |
|
Dan Helfman
|
c085bacccf
|
Reorder arguments passed to Borg to fix duplicate directories when using Borg patterns (#213).
|
2019-09-12 15:27:04 -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
|
1af95714c2
|
Collapse two execute_command() parameters into one output log level parameter.
|
2019-06-12 12:11:36 -07:00 |
|
Dan Helfman
|
0406d18cfd
|
Log Borg --stats output as warning so it shows up at any verbosity level.
|
2019-06-12 11:49:35 -07:00 |
|
Dan Helfman
|
66e9ec9c3c
|
A few tests for JSON flag suppressing Borg output.
|
2019-06-12 11:31:46 -07:00 |
|
Luke Murphy
|
1c0dc3f904
|
Run isort over the source
|
2019-05-14 18:59:19 +02:00 |
|
Dan Helfman
|
1c88dda76a
|
Fix for invalid JSON output when using multiple borgmatic configuration files (#155).
|
2019-04-02 22:30:14 -07:00 |
|
Dan Helfman
|
3cb52423d2
|
Support for Borg create/extract --numeric-owner flag (#147).
|
2019-03-05 09:11:35 -08:00 |
|
Dan Helfman
|
6096a7181c
|
Leave exclude_patterns glob expansion to Borg, since doing it in borgmatic leads to confusing behavior (#132).
|
2019-01-27 13:47:26 -08:00 |
|
Dan Helfman
|
cc9dbb1def
|
Support for Borg repository initialization via borgmatic --init command-line flag (#110).
|
2018-12-10 22:20:57 -08:00 |
|
Dan Helfman
|
7417a3cd00
|
Update Borg create --filter values so a dry run lists files to back up. (#111).
|
2018-12-02 15:03:07 -08:00 |
|
Dan Helfman
|
5c0b17ef39
|
Support for Borg --chunker-params create option via "chunker_params" in borgmatic's storage section (#105).
|
2018-10-27 15:57:28 -07:00 |
|
Dan Helfman
|
a125df991b
|
Move tests to the root of the repository, in keeping with more common convention.
|
2018-09-30 13:57:20 -07:00 |
|