Commit Graph

862 Commits

Author SHA1 Message Date
20cf0f7089 Add an "--ssh-command" flag to the "config bootstrap" action (#767).
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-24 10:33:55 -08:00
e80e0a253c Add configured repository labels to the JSON output for all actions (#800). 2023-12-20 09:17:41 -08:00
72587a3b72 Merge branch 'main' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic
All checks were successful
continuous-integration/drone/push Build is passing
2023-12-04 11:17:59 -08:00
8b49a59aff Fix a traceback when the "repositories" option contains both strings and key/value pairs (#794). 2023-12-04 11:17:13 -08:00
e120dff9ff Add debug message that logs borg version for every config (#714).
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #792
2023-11-25 03:59:40 +00:00
257678b66f Fixed borg -> Borg 2023-11-24 18:47:37 +01:00
422c5e32f4 Added debug message that logs borg version for every config 2023-11-23 11:46:10 +01:00
3b99f7c75a Constants support includes and command-line overrides (#745, #782) 2023-11-19 21:13:35 -08:00
8b9abc6cf8 Documentation clarifications (#791).
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-15 09:05:52 -08:00
f39cea4abf Remove additional Python 3.7-isms (#784).
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-07 10:17:16 -08:00
13cf863d89 Fix tests (#783).
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-07 10:09:31 -08:00
dcf25fa041 Upgrade ruamel.yaml dependency to support version 0.18.x (#783).
Some checks failed
continuous-integration/drone/push Build is failing
2023-11-07 10:00:13 -08:00
tdltdc
56302e22cd
Typo 2023-11-04 15:05:19 +01:00
6cc93c4eb9 Fix environment variable interpolation within configured repository paths (#782).
All checks were successful
continuous-integration/drone/push Build is passing
2023-11-03 21:16:04 -07:00
ef448e2dd1 Add a "skip_actions" option to skip running particular actions (#701).
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-31 21:54:41 -07:00
c3efe1b90e Only parse "--override" values as complex data types when they're for options of those types (#779).
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-29 19:02:28 -07:00
b47088067c Add a "--match-archives" flag to the "check" action (#779).
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-29 16:22:39 -07:00
8ad7b473f1 When an archive filter causes no matching archives for the "rlist" or "info" actions, warn (#748).
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-26 22:12:13 -07:00
257ab77bea Disallow the "--dry-run" flag with the "borg" action (#774).
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-23 17:23:04 -07:00
487d8ffd32 Fix normalization of deprecated sections to support empty sections without erroring (#771).
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-14 13:04:18 -07:00
77b1907d03 Update Healthchecks deprecation warning message for clarity.
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-11 12:17:57 -07:00
c687dafdd2 Fix a traceback when an invalid command-line flag or action is used (#768).
All checks were successful
continuous-integration/drone/push Build is passing
2023-10-06 21:00:23 -07:00
f011431463 Apprise hook documentation (#715).
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-10-04 19:23:53 -07:00
7a9625cd44 fix PR comments 2023-10-04 13:19:40 +02:00
eaa22be3db fix PR comments 2023-10-01 16:59:59 +00:00
db8079b699 fix typo in setup.py
handle if apprise cannot be imported
2023-10-01 16:59:59 +00:00
5a989826a1 convert map to list for apprise function call
fix apprise config schema
remove apprise from required dependencies
2023-10-01 16:59:59 +00:00
21f4266273 incorporate PR review comments 2023-10-01 16:59:59 +00:00
e7252c7545 remove comments about tags 2023-10-01 16:59:59 +00:00
86011c8418 default apprise notify type per borgmatic state 2023-10-01 16:59:59 +00:00
f3295ccb4a add support for apprise 2023-10-01 16:59:59 +00:00
ac1e1a9407 Simplify logging logic (#665).
Some checks reported errors
continuous-integration/drone/push Build was killed
continuous-integration/drone Build is passing
2023-09-29 14:16:47 -07:00
10933fd55b Fix for borgmatic not stopping Borg immediately when the user presses ctrl-C (#761).
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-09-27 08:52:00 -07:00
af422ad705 Add documentation note about upgrading multiple pipx installations of borgmatic.
Some checks reported errors
continuous-integration/drone/push Build was killed
2023-09-18 13:46:41 -07:00
5912769273 Fix error handling to log command output as one record per line (#754).
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-14 21:10:52 -07:00
9f3328781b When "archive_name_format" is not set, filter archives using the default archive name format (#753).
All checks were successful
continuous-integration/drone/push Build is passing
2023-09-06 23:13:40 -07:00
32019ea8f3 Add documentation for Grafana Loki hook (#743).
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-25 10:52:00 -07:00
fa9a061033 Merge branch 'main' of ssh://projects.torsion.org:3022/borgmatic-collective/borgmatic 2023-08-25 09:29:02 -07:00
b3d2560563 Added support for grafana loki (#743).
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #747
2023-08-25 16:28:19 +00:00
4b4f56da42 Fix another database -> data source instance (#685). 2023-08-24 14:00:29 -07:00
b96d1898f7 Prep work for eventual container-dumping hooks: Generalize internal database hook "API" (#685).
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-24 13:50:10 -07:00
9e2674ea5a Added unit tests
Removed useless dry run check
2023-08-23 17:17:23 +02:00
7e419ec995 Fixed spelling errors
Added documentation
Added log messages for dry run
2023-08-22 23:03:14 +02:00
a3edf757ee Added changes of formatting tools 2023-08-22 13:40:05 +02:00
e576403b64 Added support for grafana loki 2023-08-22 03:13:39 +02:00
7313430178 Make warning about sections a little more explicit (#721).
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-19 22:51:20 -07:00
cd51e9c1ea Fix for database "restore" action not actually restore anything (#738).
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-14 12:43:21 -07:00
6dca7c1c15 Add "key export" action to export a copy of the repository key (#345).
All checks were successful
continuous-integration/drone/push Build is passing
2023-08-07 12:28:39 -07:00
065057c966
Fix typos.
All checks were successful
continuous-integration/drone/push Build is passing
Merge pull request #77 from hop/main
2023-08-05 17:19:57 -07:00
c04517f843 Fix typos. 2023-08-06 02:16:31 +02:00