Backup: Add --stats to borgbackup create options
1 unresolved thread
1 unresolved thread
Compare changes
+ 3
− 0
I'd like more comforting numbers in our own backup monitoring.
Refs privatestorageops#429.
"Create" sounds like something that happens around once per system. The
configuration.nix
man page doesn't help me build any better of an understanding (it just tells me these are arguments to "borg create").https://borgbackup.readthedocs.io/en/stable/quickstart.html suggests that actually "borg init" is the approximately once-per-system operation and "borg create" then runs many times ... so I guess this is fine?
It might be worth adding a few more words to this part of the config to shorten the path to this discovery for anyone unfamiliar with borg commands though.
Correct. I amended the comment, hope it is more useful now.