This project adheres to Semantic Versioning and human-readable changelog.
0.2.8 2020-09-08
- Sanity check for restic binary
- Support for the Backblaze B2 backend
0.2.7 2020-08-05
- Config option to exclude files
- Contributing guide
0.2.6 2020-06-05
- Password now use
regex_escape()
filter in templates
0.2.5 - 2020-06-02
- AWS credentials are now supplied to the initialising step
- Cronjob step does not fail if
scheduled
parameter is not set on repo - init respects
'config already initialized'
string
0.2.4 - 2020-06-01
aws_default_region
for repos
- extraction path is actually generated
- Updated default Restic version to
'0.9.6'
- Backup scripts use bash (@maciekmm)
- SFTP Link correctly renders in MD
- Crontab entries are now created correctly (@dnmvisser)
- Molecule now correctly runs lint (@mleutenegger)
- S3 Support
- Path generation for
forget
task now checks ifsrc
is actually filled and not only defined.
prune
option for automatic pruning during forget
--keep-tags
tags are correctly applied to the forget command- Backup policies now also check if the respective variable actually contains a value
- Added a template which only adds credentials for use with
source
on linux distros
- Creating script dir before templating out scripts
- build sucessfully completes
restic_url
is now set in defaults
- initial release