Back up to /volumes and /databases

This commit is contained in:
Einar Forselv
2019-12-04 22:17:42 +01:00
parent 7f6b140a00
commit d3933f8913
6 changed files with 13 additions and 12 deletions

View File

@@ -19,7 +19,7 @@ def init_repo(repository: str):
]))
def backup_files(repository: str, source='/backup'):
def backup_files(repository: str, source='/volumes'):
return commands.run(restic(repository, [
"--verbose",
"backup",