1,31 1-6 * * * /mod/sbin/unencrypt "/mnt/hd2" > /mod/tmp/unencrypt.log 2>&1
*/10 * * * * /mod/sbin/unencrypt "/mnt/hd2" > /mod/tmp/unencrypt.log 2>&1
Looks fine to me. The only thing I'd say is that both the Remote Scheduler and the unencrypt programs will run at the same time so the cpu usage may go up a bit higher than normal.I've just set my HDR to unencrypt as per instructions above.
0 2 * * * /mod/sbin/anacron -s -d
*/10 * * * * /mod/sbin/rs_process >> /mod/tmp/rs.log 2>&1
*/10 * * * * /mod/sbin/unencrypt "/mnt/hd2" > /mod/tmp/unencrypt.log 2>&1
* * * * * /mod/monitor/run
Can someone check the above to confirm (or otherwise) I have done this correctly.
Thanks