Skip to content
Snippets Groups Projects

Backup: Add --stats to borgbackup create options

Merged Florian Sesser requested to merge 429.monitoring-backup-stats into develop
1 unresolved thread
1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
+ 3
0
@@ -56,6 +56,9 @@ in {
BORG_RSH = "ssh -i /run/keys/borgbackup/ssh-key -o StrictHostKeyChecking=accept-new";
};
# Output statistics after uploading a backup set
extraCreateArgs = "--stats";
Please register or sign in to reply
# Ciphertext doesn't compress well
compression = "none";
Loading