This website requires JavaScript.
Explore
Help
Register
Sign In
borgmatic-collective
/
borgmatic
Watch
10
Star
66
Fork
27
You've already forked borgmatic
Code
Issues
42
Pull Requests
4
Actions
Packages
Releases
140
Activity
borgmatic
/
borgmatic
/
hooks
History
Dan Helfman
814cdb4b87
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (
#562
). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (
#562
). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (
#838
). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
2024-11-03 13:14:05 -08:00
..
__init__.py
Move hooks into directory, so there can be one source file per type of hook (
#225
).
2019-10-21 15:52:14 -07:00
apprise.py
Add log sending for the Apprise logging hook, enabled by default.
2024-03-10 16:18:49 -07:00
command.py
Change soft failure command hooks to skip only the current repository (
#921
).
2024-10-06 17:39:02 -07:00
cronhub.py
Fix (some) end-to-end tests (
#721
).
2023-07-09 17:40:02 -07:00
cronitor.py
Fix (some) end-to-end tests (
#721
).
2023-07-09 17:40:02 -07:00
dispatch.py
zabbix hook added
2024-10-18 17:57:37 -04:00
dump.py
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (
#562
). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (
#562
). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (
#838
). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
2024-11-03 13:14:05 -08:00
healthchecks.py
Fix the Healthchecks ping body size limit, restoring it to the documented 100,000 bytes (
#889
).
2024-06-25 12:45:44 -07:00
logs.py
Add log sending for the Apprise logging hook, enabled by default.
2024-03-10 16:18:49 -07:00
loki.py
Add documentation for Grafana Loki hook (
#743
).
2023-08-25 10:52:00 -07:00
mariadb.py
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (
#562
). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (
#562
). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (
#838
). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
2024-11-03 13:14:05 -08:00
mongodb.py
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (
#562
). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (
#562
). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (
#838
). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
2024-11-03 13:14:05 -08:00
monitor.py
zabbix hook added
2024-10-18 17:57:37 -04:00
mysql.py
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (
#562
). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (
#562
). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (
#838
). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
2024-11-03 13:14:05 -08:00
ntfy.py
Add an "access_token" option to the ntfy monitoring hook for authenticating without username/password (
#811
).
2024-03-11 12:48:58 -07:00
pagerduty.py
Fix PagerDuty hook traceback with Python < 3.10 (
#886
).
2024-06-23 18:28:41 -07:00
postgresql.py
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (
#562
). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (
#562
). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (
#838
). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
2024-11-03 13:14:05 -08:00
sqlite.py
Deprecate the "borgmatic_source_directory" option in favor of "user_runtime_directory" and "user_state_directory" (
#562
). Move the default borgmatic streaming database dump and bootstrap metadata location on disk (
#562
). With Borg 1.4+, store database dumps and bootstrap metadata in a "/borgmatic" directory within a backup archive (
#838
). Add "--local-path", "--remote-path", and "--user-runtime-directory" flags to the "config bootstrap" action.
2024-11-03 13:14:05 -08:00
uptimekuma.py
Formatting, whitespace, and minor fixes for Uptime Kuma hook (
#885
).
2024-06-26 16:09:14 -07:00
zabbix.py
Flesh out the Zabbix monitoring hook tests, add a logo to the documentation, etc.
2024-10-29 10:33:19 -07:00