Compare commits

..

1 commit

Author SHA1 Message Date
52100f3e3b Backup des Fachschaftsaccounts 2024-02-08 08:27:40 +01:00

View file

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