This website requires JavaScript.
Explore
Help
Sign in
psw
/
borgmatic
Watch
1
Star
0
Fork
You've already forked borgmatic
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
02781662f8
borgmatic
/
tests
/
unit
History
Dan Helfman
02781662f8
Change monitoring hooks to specify the ping URL / integration key as a named option.
2022-05-23 20:02:10 -07:00
..
borg
Fix "borgmatic borg key ..." to pass parameters to Borg in correct order (
#515
).
2022-04-23 14:03:15 -07:00
commands
Instead of executing "before" command hooks before all borgmatic actions run (and "after" hooks after), execute these hooks right before/after the corresponding action (
#473
).
2022-04-21 22:08:25 -07:00
config
Change monitoring hooks to specify the ping URL / integration key as a named option.
2022-05-23 20:02:10 -07:00
hooks
Change monitoring hooks to specify the ping URL / integration key as a named option.
2022-05-23 20:02:10 -07:00
__init__.py
Move tests to the root of the repository, in keeping with more common convention.
2018-09-30 13:57:20 -07:00
test_execute.py
Fix error handling to error loudly when Borg gets killed due to running out of memory (
#423
)!
2021-06-08 11:43:55 -07:00
test_logger.py
Add test for
#407
: Fix syslog logging on FreeBSD.
2021-06-23 10:21:45 -07:00
test_signals.py
Fix handling of TERM signal to exit borgmatic, not just forward the signal to Borg (
#516
).
2022-04-03 13:12:48 -07:00
test_verbosity.py
new verbosity level "-1" for errors
2019-11-03 09:55:19 +01:00