SimonFair

Results 17 comments of SimonFair

You can specify the day and the which week in the month. This runs on the 4th Sunday in the month. ![image](https://github.com/unraid/webgui/assets/39065407/d3fa67e8-e27e-4c98-9e2e-6676bcca608d)

You should be able to edit. root@computenode:~# cat /boot/config/plugins/dynamix/parity-check.cron # Generated parity check schedule: 0 0 * 1,4,7,10 0 [[ $(date +%e) -le 7 ]] && /usr/local/sbin/mdcmd check NOCORRECT &>...

No it was just a example of the format. So you could create /boot/config/plugins/dynamix/custom-parity-check.cron 0 0 1 */3 * /usr/local/sbin/mdcmd check &> /dev/null once created run update_cron It should put...

Add fix on this commit https://github.com/unraid/webgui/pull/1697/commits/bc931a5483369747be41cba9d83624c51c7d208f PR https://github.com/unraid/webgui/pull/1697/files

I believe @bergware is already making changes in this area.

Example View ![image](https://user-images.githubusercontent.com/39065407/157533725-6bd0611b-f696-4846-9591-98b9376c9b57.png)

@limetech these changes will be pending your mover and move changes needed to made mover.ini in state dir.

Gist for my current test mover script https://gist.github.com/SimonFair/91d54c983a8c9b09c0d803baa25f01ac

@limetech Started creating a php version of the mover script to allow status to show file name and current action. But I still need to look at is the progress...

@limetech I have update the processing to allow lines to be hidden, i.e. file being changed. writestatus() { echo "TotalToArray=${TOTALTO}" > $MOVERSTATUS echo "RemainToArray=${TO}" >> $MOVERSTATUS echo "TotalFromArray=${TOTALFROM}" >> $MOVERSTATUS...