switch borg repo to thinkpad
This commit is contained in:
parent
80c6638c28
commit
c4354805e5
2 changed files with 6 additions and 1 deletions
|
|
@ -223,7 +223,7 @@
|
||||||
services.borg-client-custom = {
|
services.borg-client-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-box/./hs";
|
repositoryUrl = "ssh://hs@borg-thinkpad/./hs";
|
||||||
backupPaths = [
|
backupPaths = [
|
||||||
"/mnt/storage/appbulk/immich/library/"
|
"/mnt/storage/appbulk/immich/library/"
|
||||||
"/mnt/storage/Media/DCIM"
|
"/mnt/storage/Media/DCIM"
|
||||||
|
|
|
||||||
|
|
@ -61,6 +61,11 @@
|
||||||
identityFile = "~/.ssh/keys/hetzner";
|
identityFile = "~/.ssh/keys/hetzner";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
"borg-thinkpad" = {
|
||||||
|
hostname = "vpn.thinkpad.yanlincs.com";
|
||||||
|
identityFile = "~/.ssh/keys/thinkpad";
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue