Add borg server module
This commit is contained in:
parent
b18c5b4bec
commit
3b3c58b346
4 changed files with 198 additions and 2 deletions
|
|
@ -96,8 +96,8 @@
|
|||
# Borg backup configuration
|
||||
services.borgbackup-custom = {
|
||||
enable = true;
|
||||
# Use SSH alias from SSH config for remote backup
|
||||
repositoryUrl = "ssh://storage-box/./vps";
|
||||
# Use SSH alias from SSH config for remote backup to thinkpad borg server
|
||||
repositoryUrl = "ssh://borg-backup/./vps";
|
||||
backupPaths = [
|
||||
"/home"
|
||||
"/var/lib/containers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue