Dan Helfman
|
a31ce337e9
|
Skip auto-exclusion of special files when user explicitly sets read_special to true (#587).
|
2022-10-06 11:07:43 -07:00 |
|
Dan Helfman
|
c31702d092
|
Fix for potential data loss with "patterns_from". Also, display excluded files (#590).
|
2022-10-04 22:57:18 -07:00 |
|
Dan Helfman
|
ae036aebd7
|
When the "read_special" option is true or database hooks are enabled, auto-exclude special files for a "create" action to prevent Borg from hanging (#587).
|
2022-10-03 12:58:13 -07:00 |
|
Dan Helfman
|
ac7c7d4036
|
Warn when ignoring a configured "read_special" value of false, as true is needed when database hooks are enabled (#587).
|
2022-09-20 13:52:13 -07:00 |
|
Dan Helfman
|
679bb839d7
|
Fix hang when database hooks are enabled and "patterns" contains a parent directory of "~/.borgmatic" (#582).
|
2022-09-08 10:16:42 -07:00 |
|
Dan Helfman
|
c46f2b8508
|
Fix conflict between "patterns" and "source_directories" (#574), make "source_directories" optional (#542).
|
2022-08-25 11:55:34 -07:00 |
|
Dan Helfman
|
462326406e
|
Drop only-style actions like "--create", rename "prune --files" to "prune --list", and add "--list" alias to "create" and "export-tar" (#571).
|
2022-08-21 14:25:16 -07:00 |
|
Dan Helfman
|
f47c98c4a5
|
Rename several configuration options to match Borg 2 (#557).
|
2022-08-17 21:14:58 -07:00 |
|
Dan Helfman
|
a05d0f378e
|
Factor out repository/archive flags formatting code from create action (#557).
|
2022-08-13 22:50:14 -07:00 |
|
Dan Helfman
|
2898e63166
|
Update create action for Borg 2 support (#557).
|
2022-08-12 23:54:13 -07:00 |
|
Dan Helfman
|
457ed80744
|
Fix environment variable plumbing so options in one configuration file aren't used for others (#555).
|
2022-06-30 13:42:17 -07:00 |
|
Dan Helfman
|
e76bfa555f
|
Reduce the default consistency check frequency and support configuring the frequency independently for each check (#523).
|
2022-05-28 14:42:19 -07:00 |
|
Dan Helfman
|
28fef3264b
|
Fix handling of "patterns_from" and "exclude_from" options to error instead of warning when referencing unreadable files and running "create" action (#486).
|
2022-03-07 15:32:07 -08:00 |
|
Dan Helfman
|
9161dbcb7d
|
Removing unnecessary leading underscores from functions.
|
2022-03-07 11:58:29 -08:00 |
|
Dan Helfman
|
4b3027e4fc
|
Add test for new working_directory option (#431).
|
2022-03-03 11:48:18 -08:00 |
|
Dan Helfman
|
0eb2634f9b
|
Working directory option to support source directories with relative paths (#431).
Reviewed-on: https://projects.torsion.org/borgmatic-collective/borgmatic/pulls/477
|
2022-03-03 19:28:17 +00:00 |
|
Dan Helfman
|
9317cbaaf0
|
Code formatting.
|
2022-02-10 10:23:34 -08:00 |
|
Dan Helfman
|
1b5f04b79f
|
When using the "remote_rate_limit" option, tailor the flags passed to Borg depending on the Borg version (#394).
|
2022-02-10 10:16:09 -08:00 |
|
Dan Helfman
|
948c86f62c
|
When using the "numeric_owner" option with the "extract" action, tailor the flags passed to Borg depending on the Borg version (#394).
|
2022-02-10 10:09:18 -08:00 |
|
Dan Helfman
|
7e7209322a
|
When using the "numeric_owner" option, tailor the flags passed to Borg depending on the Borg version (#394).
|
2022-02-10 09:51:13 -08:00 |
|
Dan Helfman
|
00a57fd947
|
Code formatting.
|
2022-02-09 21:20:28 -08:00 |
|
Dan Helfman
|
6bf6ac310b
|
When using the "bsd_flags" option, tailor the flags passed to Borg depending on the Borg version (#394).
|
2022-02-09 21:11:00 -08:00 |
|
Dan Helfman
|
4b5af2770d
|
When the "atime" option is used, tailor the flags passed to Borg depending on version (#394).
|
2022-02-09 16:54:35 -08:00 |
|
Fabian Schilling
|
85e0334826
|
Add missing working_directory arg to pass tests
|
2021-12-10 18:24:41 +01:00 |
|
Dan Helfman
|
449896f661
|
Fix error when configured source directories are not present on the filesystem at the time of backup (#387).
|
2021-10-11 10:40:10 -07:00 |
|
François Poulain
|
ebac02f118
|
Mention placeholders for repositories in documentation; fix #369
|
2020-11-18 20:22:41 +01:00 |
|
Dan Helfman
|
27cbe9dfc0
|
Fix for potential data loss (data not getting backed up) when borgmatic omitted configured source directories in certain situations (#333).
|
2020-06-19 20:16:38 -07:00 |
|
Dan Helfman
|
097a09578a
|
Fix enabled database hooks to implicitly set one_file_system configuration option to true to prevent Borg hang. (#315).
|
2020-05-26 09:20:14 -07:00 |
|
Dan Helfman
|
96df52ec50
|
Fix hang when streaming a database dump to Borg with implicit duplicate source directories by deduplicating them first (#316).
|
2020-05-20 13:33:53 -07:00 |
|
Dan Helfman
|
d88f321cef
|
Fix legitimate database dump command errors (exit code 1) not being treated as errors by borgmatic (#310).
|
2020-05-14 22:38:38 -07:00 |
|
Dan Helfman
|
8b91c01a4c
|
Add some missing test coverage.
|
2020-05-11 11:34:14 -07:00 |
|
Dan Helfman
|
1ea047dd94
|
Remove "borgmatic restore --progress" flag, as it now conflicts with streaming database restores.
|
2020-05-09 21:53:16 -07:00 |
|
Dan Helfman
|
1ba996ad93
|
Additional test coverage.
|
2020-05-07 12:14:27 -07:00 |
|
Dan Helfman
|
94b9ef56be
|
Change "exclude_if_present" option to support multiple filenames, rather than just a single filename (#280).
|
2020-01-23 13:41:37 -08:00 |
|
Dan Helfman
|
53e6ff9524
|
No longer list files or show stats by default at verbosity 2.
|
2020-01-22 15:23:49 -08:00 |
|
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 |
|