This website requires JavaScript.
Explore
Help
Register
Sign In
peter
/
borgmatic
Watch
1
Star
0
Fork
0
mirror of
https://github.com/borgmatic-collective/borgmatic.git
synced
2026-07-31 05:33:01 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
dbf8301c19fdd16aace7a4a9ac52886eba3e0fbc
borgmatic
/
tests
/
unit
T
History
Dan Helfman
dbf8301c19
Add "checkpoint_volume" configuration option to creates checkpoints every specified number of bytes.
2023-02-27 10:47:17 -08:00
..
actions
Fix tests.
2023-02-26 23:34:17 -08:00
borg
Add "checkpoint_volume" configuration option to creates checkpoints every specified number of bytes.
2023-02-27 10:47:17 -08:00
commands
Optionally dump "all" PostgreSQL databases to separate files instead of one combined dump file (
#438
,
#560
).
2023-01-25 23:31:07 -08:00
config
Fix traceback when a configuration section is present but lacking any options (
#604
).
2022-10-23 13:56:03 -07:00
hooks
Fix the "create" action with the "--dry-run" flag querying for databases when a PostgreSQL/MySQL "all" database is configured.
2023-02-26 22:15:12 -08: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 regression in which "check" action errored on certain systems (
#597
,
#598
).
2022-10-14 16:19:26 -07:00
test_logger.py
Fix logs that interfere with JSON output by making warnings go to stderr instead of stdout (
#602
).
2022-12-02 12:12:10 -08: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
Fix logs that interfere with JSON output by making warnings go to stderr instead of stdout (
#602
).
2022-12-02 12:12:10 -08:00