I would like to schedule backing up a folder from one disk to another using CRON or is it AT? cp -fRup /data/email /data2/ is the command I want to do, on Monday -- Saturday @ 10pm. How would I go about doing this? Regards, Daniel