Add borg backup module
This commit is contained in:
parent
f57d681558
commit
8bbe405739
4 changed files with 415 additions and 0 deletions
|
|
@ -45,6 +45,13 @@
|
|||
identityFile = "~/.ssh/keys/hetzner";
|
||||
};
|
||||
|
||||
"storage-box" = {
|
||||
hostname = "u448310.your-storagebox.de";
|
||||
user = "u448310";
|
||||
identityFile = "~/.ssh/keys/storage-box";
|
||||
port = 23;
|
||||
};
|
||||
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue