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
952168ce25
Fix unwanted console log messages with "list --json" and "info --json".
2020-01-23 13:40:54 -08:00
Dan Helfman
5273037a94
For "list" and "info" actions, show repository names even at verbosity 0.
2020-01-23 11:17:39 -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
f66fd1caaa
Customize Healthchecks log level via borgmatic "--monitoring-verbosity" flag ( #277 ).
2020-01-22 15:10:47 -08:00
Dan Helfman
d93fdbc5ad
Support "--files" and "--stats" flags at verbosity level 0.
2020-01-22 13:28:24 -08:00
Dan Helfman
58e0439daf
Disable per-file logging by default at verbosity 1; opt-in via new --files option.
2020-01-22 20:36:59 +00:00
palto42
75b5e7254e
changes as per comments in PR #283
2020-01-22 19:03:26 +01:00
Dan Helfman
39550a7fe9
Add ~/.config/borgmatic.d as another configuration directory default ( #274 ).
2020-01-22 09:26:58 -08:00
palto42
5f0c084bee
Merge 'upstream/master' into list-files
2020-01-22 18:12:26 +01:00
Dan Helfman
88f06f7921
Revert "Use absolute paths in systemd commands."
...
This reverts commit 24e1516ec5
.
2020-01-21 16:03:24 -08:00
Dan Helfman
8d12079386
Bump version.
2020-01-21 10:47:29 -08:00
Dan Helfman
7824a034ca
Add test for database dump directory removal.
2020-01-21 10:34:46 -08:00
Dan Helfman
8ef0ba2fae
After a backup of a database dump in directory format, properly remove the dump directory.
2020-01-21 10:29:40 -08:00
Dan Helfman
cc384f4324
Second ticket for --json color bug.
2020-01-21 08:33:41 -08:00
Ronan Dunklau
8a91c79fb0
Support directory format dump cleanup.
...
Previously, only deleting a dump in a single-file format was supported.
This led to errors when performing a PostgreSQL directory format backup.
2020-01-19 15:15:47 +01:00
Dan Helfman
ac1d63bb0d
Use more realistic repository examples in README.
2020-01-18 20:00:18 -08:00
palto42
83632448be
updated NEWS for mod. --stats & new --files opt.
2020-01-18 14:57:50 +01:00
palto42
e108526bab
disable --stats by default
2020-01-18 14:38:59 +01:00
palto42
e27ba0d08a
less detail at v1 + option "--files" for details
2020-01-11 16:38:07 +01:00
Dan Helfman
5afe0e3d63
Disable colored output when "--json" flag is used, so as to produce valid JSON ouput ( #276 ).
2020-01-04 15:50:41 -08:00
Dan Helfman
c52f82f9ce
Documentation: Enable and start borgmatic with a single systemctl command.
2020-01-04 13:37:56 -08:00
Dan Helfman
d0c533555e
In "borgmatic --help", don't expand $HOME in listing of default "--config" paths.
2020-01-02 10:37:31 -08:00
Dan Helfman
1995c80e60
Add comment about old versions of systemd and option compatibility ( #275 ).
2020-01-02 10:05:32 -08:00
Dan Helfman
24e1516ec5
Use absolute paths in systemd commands.
2020-01-01 17:14:55 -08:00
Dan Helfman
5b1beda82b
Add logrotate documentation suggestion.
2019-12-31 15:06:53 -08:00
Dan Helfman
e4f1094569
Bump version for release.
2019-12-20 14:04:49 -08:00
Dan Helfman
911668f0c8
Only trigger "on_error" hooks and monitoring failures for "prune", "create", and "check" actions, and not for other actions ( #270 ).
2019-12-20 13:58:02 -08:00
Dan Helfman
6bfa0783b9
Clarify that the documentation suggestion form is only for documentation.
2019-12-17 20:16:13 -08:00
Dan Helfman
d64bcd5e83
When pruning with verbosity level 1, list pruned and kept archives.
2019-12-17 20:12:41 -08:00
Dan Helfman
ed2ca9f476
Sign release files.
2019-12-17 20:06:25 -08:00
Dan Helfman
f787dfe809
Override particular configuration options from the command-line via "--override" flag ( #268 ).
2019-12-17 11:46:27 -08:00
Dan Helfman
afaabd14a8
Clarify documentation on how /etc/borgmatic.d/ configuration files are interpreted.
2019-12-13 11:42:17 -08:00
Dan Helfman
e009bfeaa2
Update Healthchecks/Cronitor/Cronhub monitoring integrations to fire for "check" and "prune" actions, not just "create" ( #249 ).
2019-12-12 22:54:45 -08:00
Dan Helfman
f1358d52aa
Add "borgmatic init" repository probing fix to NEWS.
2019-12-12 21:50:24 -08:00
Dan Helfman
b04b333466
Use --remote-path, --debug and --info when checking for repo existence.
2019-12-13 05:47:47 +00:00
Matthew Daley
dd16504329
Use --remote-path, --debug and --info when checking for repo existence
...
These are currently not being used in the call to `borg info` performed
as part of the borgmatic init command to check whether or not the repo
already exists.
2019-12-13 15:45:12 +13:00
Dan Helfman
c6cb21a748
Switch to read-only container filesystem to avoid *.pyc getting created with busted permissions.
2019-12-11 21:24:37 -08:00
Dan Helfman
78aa4626fa
Remove user switch in container due to CI permission issue.
2019-12-11 16:58:08 -08:00
Dan Helfman
d2df224da8
Use busybox short option to su.
2019-12-11 16:46:24 -08:00
Dan Helfman
464ff2fe96
Run end-to-end tests on developer machines with Docker Compose for approximate parity with continuous integration tests.
2019-12-11 16:43:01 -08:00
Dan Helfman
0cc711173a
Merge branch 'master' into end-to-end-database-tests
2019-12-11 12:27:14 -08:00
Dan Helfman
14e5cfc8f8
Support piping "borgmatic list" output to grep. Retain colored output when piping/redirecting ( #271 ).
2019-12-11 12:12:25 -08:00
Dan Helfman
b8b888090d
Select Postgres service to work with particular client version.
2019-12-10 21:41:15 -08:00
Dan Helfman
68281339b7
Black.
2019-12-10 16:57:12 -08:00
Dan Helfman
2e5be3d3f1
Add missing psql.
2019-12-10 16:52:59 -08:00
Dan Helfman
abd31a94fb
Ports fix?
2019-12-10 16:47:09 -08:00
Dan Helfman
01e2cf08d1
Fix Drone CI services syntax.
2019-12-10 16:43:43 -08:00
Dan Helfman
9f821862b7
End-to-end tests for database dump and restore.
2019-12-10 16:41:01 -08: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