MyNixOS website logo
option

services.borgbackup.jobs.<name>.extraPruneArgs

Additional arguments for borg prune. Can also be set at runtime using $extraPruneArgs.

Declarations
Type
string or (list of string) convertible to it
Default
[ ]
Example
[
  "--save-space"
]