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
5
Actions
Packages
Releases
140
Activity
borgmatic
/
borgmatic
/
config
History
Dan Helfman
7a117d5cc9
All checks were successful
build / test (push)
Successful in 4m51s
Details
build / docs (push)
Successful in 1m10s
Details
Add support for Borg 2's "sftp://" repository URLs.
2024-10-26 11:58:26 -07:00
..
__init__.py
Basic YAML configuration file parsing.
2017-07-04 16:52:24 -07:00
checks.py
Add a "skip_actions" option to skip running particular actions (
#701
).
2023-10-31 21:54:41 -07:00
collect.py
Use absolute paths when storing configuration files in an archive for later bootstrapping (
#697
).
2023-06-15 21:45:43 -07:00
constants.py
Fix interaction between environment variable interpolation in constants and shell escaping (
#860
).
2024-04-30 09:36:26 -07:00
environment.py
Fix environment variable interpolation within configured repository paths (
#782
).
2023-11-03 21:16:04 -07:00
generate.py
Initial work on spot check schema and preparatory refactoring (
#656
).
2024-03-20 11:58:59 -07:00
load.py
Store included configuration files within each backup archive in support of the "config bootstrap" action (
#736
).
2024-01-09 13:47:20 -08:00
normalize.py
Add support for Borg 2's "sftp://" repository URLs.
2024-10-26 11:58:26 -07:00
options.py
Apply the "working_directory" option to all actions, not just "create". Also fix the glob expansion of "source_directories" values to respect the "working_directory" option (
#609
).
2024-10-20 16:04:41 -07:00
override.py
Fix "--override" values containing deprecated section headers not actually overriding configuration options under deprecated section headers (
#829
).
2024-02-15 21:12:42 -08:00
schema.yaml
Borg 2 changes: Default the "archive_name_format" option to just "{hostname}". Update the "--match-archives"/"--archive" flags to support series names / archive hashes. Add a "--match-archives" flag to the "prune" action.
2024-10-25 14:26:31 -07:00
validate.py
Add glob ("*") support to the "--repository" flag (
#898
).
2024-08-20 12:49:50 -07:00