modules/backup: automatically accept relocated repos
This commit is contained in:
parent
5e3d297d6c
commit
279dbcd568
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ let
|
|||
environment = {
|
||||
BORG_RSH = "ssh -i ${config.secrets.borg-ssh-key}";
|
||||
BORG_REMOTE_PATH = "/usr/local/bin/borg1/borg1";
|
||||
BORG_RELOCATED_REPO_ACCESS_IS_OK = "yes";
|
||||
};
|
||||
extraCreateArgs = "--verbose --stats --checkpoint-interval 600";
|
||||
compression = "auto,zstd,3";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue