the code references a SCRUB_OLDER_THAN_DAYS value that is passed to the snapraid scrub command.
This value currently isn't available to set in the UI: https://github.com/OpenMediaVault-Plugin-Developers/openmediavault-snapraid/blob/master/srv/salt/omv/deploy/snapraid/files/etc-snapraid-diff_conf.j2
Theoretically, one could set it manually in the /etc/snapraid-diff.conf file, but after making any changes in the UI, the value would be overwritten.
I am not sure if this is related to #35 or #34
the code references a
SCRUB_OLDER_THAN_DAYSvalue that is passed to thesnapraid scrubcommand.This value currently isn't available to set in the UI: https://github.com/OpenMediaVault-Plugin-Developers/openmediavault-snapraid/blob/master/srv/salt/omv/deploy/snapraid/files/etc-snapraid-diff_conf.j2
Theoretically, one could set it manually in the
/etc/snapraid-diff.conffile, but after making any changes in the UI, the value would be overwritten.I am not sure if this is related to #35 or #34