change borg backup host
This commit is contained in:
parent
a94c3d1059
commit
9105aa037f
3 changed files with 9 additions and 2 deletions
|
|
@ -240,7 +240,7 @@
|
||||||
services.borgbackup-custom = {
|
services.borgbackup-custom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Use SSH alias from SSH config for remote backup to thinkpad borg server
|
# Use SSH alias from SSH config for remote backup to thinkpad borg server
|
||||||
repositoryUrl = "ssh://borg-backup/./hs";
|
repositoryUrl = "ssh://borg-box/./hs";
|
||||||
backupPaths = [
|
backupPaths = [
|
||||||
"/home"
|
"/home"
|
||||||
"/var/lib/containers/config"
|
"/var/lib/containers/config"
|
||||||
|
|
|
||||||
|
|
@ -59,7 +59,7 @@
|
||||||
services.borgbackup-custom = {
|
services.borgbackup-custom = {
|
||||||
enable = true;
|
enable = true;
|
||||||
# Use SSH alias from SSH config for remote backup to thinkpad borg server
|
# Use SSH alias from SSH config for remote backup to thinkpad borg server
|
||||||
repositoryUrl = "ssh://borg-backup/./vps";
|
repositoryUrl = "ssh://borg-box/./vps";
|
||||||
backupPaths = [
|
backupPaths = [
|
||||||
"/home"
|
"/home"
|
||||||
"/var/lib/containers/config"
|
"/var/lib/containers/config"
|
||||||
|
|
|
||||||
|
|
@ -69,6 +69,13 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"borg-box" = {
|
||||||
|
hostname = "u501367.your-storagebox.de";
|
||||||
|
user = "u501367";
|
||||||
|
port = 23;
|
||||||
|
identityFile = "~/.ssh/keys/hetzner";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue