====== SnapRAID - Automate SnapRAID Maintenance ====== To keep your system safe, schedule SnapRAID syncs and scrubs automatically. ---- Open the crontab crontab -e Add the following lines: 0 3 * * * /usr/bin/snapraid sync 0 4 * * * /usr/bin/snapraid scrub -p 10 **NOTE:** * Sync runs daily at 3 AM to update parity. * Scrub runs at 4 AM to check for silent corruption.