This website requires JavaScript.
Explore
Help
Register
Sign In
borgmatic-collective
/
borgmatic
Watch
10
Star
65
Fork
25
You've already forked borgmatic
Code
Issues
40
Pull Requests
2
Actions
Packages
Releases
140
Activity
borgmatic
/
tests
/
end-to-end
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
Add an end-to-end automated test that actually integrates with Borg.
2018-09-30 17:30:04 -07:00
docker-compose.yaml
Remove obsolute "version:" from Docker Compose files.
2024-06-05 14:50:52 -07:00
test_borgmatic.py
Rename repository actions for compatibility with recent Borg 2 changes (
#915
).
2024-09-09 10:05:32 -07:00
test_completion.py
add e2e fish test
2023-05-04 13:27:00 -07:00
test_database.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
test_generate_config.py
Fix edge case in which "--config somepath.yaml" followed by an action alias (e.g. init for rcreate) wasn't parsed correctly (
#716
).
2023-06-24 15:35:10 -07:00
test_invalid_flag.py
Fix a traceback when an invalid command-line flag or action is used (
#768
).
2023-10-06 21:00:23 -07:00
test_override.py
Rename repository actions for compatibility with recent Borg 2 changes (
#915
).
2024-09-09 10:05:32 -07:00
test_validate_config.py
Fix config validation broken by schema change (
#904
).
2024-08-12 23:09:55 -07:00