backup more on vps
This commit is contained in:
parent
1898a3f751
commit
9af767b4de
@ -3,8 +3,14 @@
|
|||||||
initialize = true;
|
initialize = true;
|
||||||
passwordFile = "/srv/restic-pass";
|
passwordFile = "/srv/restic-pass";
|
||||||
repositoryFile = "/srv/restic-repo";
|
repositoryFile = "/srv/restic-repo";
|
||||||
paths = [ "/srv" ];
|
paths = [
|
||||||
exclude = [ "/srv/restic-pass" "/srv/restic-repo" ];
|
"/srv"
|
||||||
|
"/var/lib/acme"
|
||||||
|
"/var/lib/headscale"
|
||||||
|
"/var/lib/redis-unbound"
|
||||||
|
"/var/lib/tailscale"
|
||||||
|
"/var/lib/tor"
|
||||||
|
];
|
||||||
environmentFile = "${pkgs.writeText "restic.env" "GOMAXPROCS=1"}";
|
environmentFile = "${pkgs.writeText "restic.env" "GOMAXPROCS=1"}";
|
||||||
extraBackupArgs = [ "--no-scan" ];
|
extraBackupArgs = [ "--no-scan" ];
|
||||||
timerConfig = {
|
timerConfig = {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user