Add borg backup module

This commit is contained in:
Yan Lin 2025-09-07 17:10:53 +02:00
parent f57d681558
commit 8bbe405739
4 changed files with 415 additions and 0 deletions

View file

@ -45,6 +45,13 @@
identityFile = "~/.ssh/keys/hetzner";
};
"storage-box" = {
hostname = "u448310.your-storagebox.de";
user = "u448310";
identityFile = "~/.ssh/keys/storage-box";
port = 23;
};
};
};
}