Backups fix
continuous-integration/drone/push Build is failing Details

backups-fix
Illia Chub 2022-02-15 07:27:10 +02:00
parent 4f30017132
commit 8275f6b240
1 changed files with 2 additions and 1 deletions

View File

@ -177,6 +177,7 @@ class ResticController:
"--json", "--json",
"backup", "backup",
"/var", "/var",
"/etc/nixos",
] ]
with open("/var/backup.log", "w", encoding="utf-8") as log_file: with open("/var/backup.log", "w", encoding="utf-8") as log_file:
subprocess.Popen( subprocess.Popen(
@ -248,7 +249,7 @@ class ResticController:
"restore", "restore",
snapshot_id, snapshot_id,
"--target", "--target",
"/", "\"/var " + "/etc/nixos\"",
] ]
self.state = ResticStates.RESTORING self.state = ResticStates.RESTORING