Hello, this is just a quick question, on which I need confirmation.
I already long time use btrfs and also scrub it every week using the systemd btrfs-scrub.service and btrfs-scrub.timer.
● btrfs-scrub.service - Scrub btrfs filesystem, verify block checksums
Loaded: loaded (/etc/systemd/system/btrfs-scrub.service; static)
Active: inactive (dead)
TriggeredBy: ● btrfs-scrub.timer
Docs: man:fstrim
Now in changelog, it says that it was added that there will be a btrfs scrub.
Code
* Perform a daily scheduled cron task that checks Btrfs file systems for errors. An email will be sent when errors are detected. Use the OMV_BTRFS_ERROR_CHECK_ENABLED environment variable to disable this check. * Perform a weekly scheduled cron task that scrubs all mounted Btrfs file systems. A report will be emailed afterwards. Use the OMV_BTRFS_SCRUB_ENABLED environment variable to disable this task. Use the additional variables OMV_BTRFS_SCRUB_PRIORITY and OMV_BTRFS_SCRUB_READONLY to customize the scrub task.
I guess this is what was activated through the update? Or do I need to deactivate this now because it will scrub 2 times otherwise per week?
I also see the following:
How could I set it to make it weekly again? Is omv using a the systemd timer or a cronjob?