Multiple profile configuration (#45)

Adds possibility to have multiple profiles with different backup paths, retention etc.

Co-authored-by: Matt Feifarek <matt.feifarek@gmail.com>
Co-authored-by: Erik Westrup <erik.westrup@gmail.com>
This commit is contained in:
Gerard Bosch
2022-02-01 10:09:36 +01:00
committed by GitHub
parent 16dbe699ab
commit d8f25cdf88
16 changed files with 221 additions and 105 deletions

11
.gitignore vendored
View File

@@ -1,3 +1,10 @@
# Prevent check-in of these sensitive files. Instead they are generated from the corresponding *.template file.
/etc/restic/b2_pw.txt
/etc/restic/b2_env.sh
etc/restic/pw.txt
etc/restic/_global.env
etc/restic/default.env
# IntelliJ
.idea/
*.iml
# VSCode
.vscode/