Update Borg
This commit is contained in:
parent
332cb78c00
commit
f7c058157c
1 changed files with 1 additions and 1 deletions
|
@ -51,10 +51,10 @@
|
||||||
encryption.passCommand = "cat ${config.age.secrets.borg.path}";
|
encryption.passCommand = "cat ${config.age.secrets.borg.path}";
|
||||||
compression = "auto,zstd";
|
compression = "auto,zstd";
|
||||||
prune.keep = {
|
prune.keep = {
|
||||||
within = "1d";
|
|
||||||
daily = 10;
|
daily = 10;
|
||||||
weekly = 4;
|
weekly = 4;
|
||||||
monthly = 2;
|
monthly = 2;
|
||||||
|
yearly = 1;
|
||||||
};
|
};
|
||||||
readWritePaths = [ "/mnt/NAS-backup/insertpclinux-insert" ];
|
readWritePaths = [ "/mnt/NAS-backup/insertpclinux-insert" ];
|
||||||
repo = "/mnt/NAS-backup/insertpclinux-insert";
|
repo = "/mnt/NAS-backup/insertpclinux-insert";
|
||||||
|
|
Loading…
Reference in a new issue