Compare commits
1 commit
95509a447c
...
9027b418ae
Author | SHA1 | Date | |
---|---|---|---|
9027b418ae |
1 changed files with 1 additions and 1 deletions
|
@ -121,7 +121,7 @@ in {
|
||||||
paths = "/home/fsaccount/sicherung";
|
paths = "/home/fsaccount/sicherung";
|
||||||
encryption.mode = "none";
|
encryption.mode = "none";
|
||||||
environment = {
|
environment = {
|
||||||
BORG_RSH = "ssh -i /home/fsaccount/.ssh/fsaccount";
|
BORG_RSH = "ssh -i /home/fsaccount/.ssh/backupKey";
|
||||||
BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes";
|
BORG_UNKNOWN_UNENCRYPTED_REPO_ACCESS_IS_OK = "yes";
|
||||||
};
|
};
|
||||||
repo = "borg@localhost:fsaccount";
|
repo = "borg@localhost:fsaccount";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue