Compare commits
1 commit
52100f3e3b
...
2992edffb0
Author | SHA1 | Date | |
---|---|---|---|
2992edffb0 |
1 changed files with 4 additions and 1 deletions
|
@ -115,7 +115,10 @@ in {
|
||||||
'';
|
'';
|
||||||
paths = "/home/fsaccount/sicherung";
|
paths = "/home/fsaccount/sicherung";
|
||||||
encryption.mode = "none";
|
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";
|
repo = "borg@localhost:fsaccount";
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
user = "fsaccount";
|
user = "fsaccount";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue