change borg backup host

This commit is contained in:
Yan Lin 2025-10-20 14:36:31 +02:00
parent a94c3d1059
commit 9105aa037f
3 changed files with 9 additions and 2 deletions

View file

@ -240,7 +240,7 @@
services.borgbackup-custom = {
enable = true;
# Use SSH alias from SSH config for remote backup to thinkpad borg server
repositoryUrl = "ssh://borg-backup/./hs";
repositoryUrl = "ssh://borg-box/./hs";
backupPaths = [
"/home"
"/var/lib/containers/config"

View file

@ -59,7 +59,7 @@
services.borgbackup-custom = {
enable = true;
# Use SSH alias from SSH config for remote backup to thinkpad borg server
repositoryUrl = "ssh://borg-backup/./vps";
repositoryUrl = "ssh://borg-box/./vps";
backupPaths = [
"/home"
"/var/lib/containers/config"

View file

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