Compare commits

..

1 commit

Author SHA1 Message Date
2992edffb0 Backup des Fachschaftsaccounts 2024-02-08 08:38:52 +01:00

View file

@ -115,7 +115,10 @@ in {
'';
paths = "/home/fsaccount/sicherung";
encryption.mode = "none";
environment.BORG_RSH = "ssh -i /home/fsaccount/.ssh/fsaccount";
environment = {
BORG_RSH = "ssh -i /home/fsaccount/.ssh/fsaccount";
BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes";
};
repo = "borg@localhost:fsaccount";
startAt = "daily";
user = "fsaccount";