update vps borg config

This commit is contained in:
Yan Lin 2025-12-04 00:32:01 +01:00
parent 08b360a1d6
commit 036da45836

View file

@ -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)