borg-backup: display info during backup
This commit is contained in:
parent
e6b1f1381a
commit
40d4f07df3
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ in {
|
||||||
passCommand = "cat /root/borgbackup/passphrase";
|
passCommand = "cat /root/borgbackup/passphrase";
|
||||||
};
|
};
|
||||||
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
environment.BORG_RSH = "ssh -i /root/borgbackup/ssh_key";
|
||||||
|
extraCreateArgs = "--stats --list";
|
||||||
compression = "auto,zstd";
|
compression = "auto,zstd";
|
||||||
startAt = "daily";
|
startAt = "daily";
|
||||||
prune.keep = {
|
prune.keep = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue