v0.8.0
This version is introducing a few new features:
- experimental support for HCL configuration files
- a configuration file with no extension is searched using all supported file extensions:
-c profiles
would either load profiles.conf, profiles.yaml, profiles.toml, profiles.json or profiles.hcl - a new global parameter to check available memory before starting a profile (default is 100MB)
Changelog
d74a5d6 Initial support for HCL configuration file
1e645e2 Refactoring y/n question
4aa7bcb add OS & ARCH to panic data
5e417b3 add missing build info to docker image
254377b add note with self-updating on linux/arm
b1a7674 add safeguard to prevent running restic when memory is running low: "min-memory" in "global"
e10a2ab add section on where to locate configuration file
8c548bf bump version
742f6dd example of configuration in HCL
69a4385 refactor configuration as a dependency as opposed to a global
8efe9c4 search for configuration file without an extension resticprofile will load the first file with a valid extension (conf, yaml, toml, json, hcl)
428fdb8 update xdg paths in documentation