update folders for borg
This commit is contained in:
parent
47dfdfcac0
commit
25f64ff651
1 changed files with 2 additions and 2 deletions
|
@ -84,10 +84,10 @@ in
|
|||
samba.extraConfig = import ./config/samba-config.nix { };
|
||||
resticBackup.local.enable = false;
|
||||
resticBackup.remote.enable = false;
|
||||
# # Borg
|
||||
# Borg
|
||||
borgbackup = {
|
||||
enable = true;
|
||||
paths = [ "/home" ];
|
||||
paths = [ "/eru/containers/volumes/unifi/" ];
|
||||
exclude = [ ];
|
||||
repo = "ssh://t3zvn0dd@t3zvn0dd.repo.borgbase.com/./repo";
|
||||
repoKeyPath = config.sops.secrets."borg/repository/passphrase".path;
|
||||
|
|
Loading…
Reference in a new issue