mirror of
https://github.com/ZettaIO/restic-compose-backup.git
synced 2025-09-28 06:35:24 +00:00
Back up to /volumes and /databases
This commit is contained in:
@@ -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",
|
||||
|
Reference in New Issue
Block a user