update vps borg config
This commit is contained in:
parent
08b360a1d6
commit
036da45836
1 changed files with 1 additions and 3 deletions
|
|
@ -75,11 +75,9 @@
|
||||||
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/./vps";
|
repositoryUrl = "ssh://hs@borg-thinkpad/./vps";
|
||||||
backupPaths = [
|
backupPaths = [
|
||||||
"/home"
|
"/home"
|
||||||
"/var/lib/containers/config"
|
|
||||||
"/etc"
|
|
||||||
];
|
];
|
||||||
# Examples:
|
# Examples:
|
||||||
# backupFrequency = "daily"; # Midnight (default)
|
# backupFrequency = "daily"; # Midnight (default)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue