Basically I have a script (.sh) that syncs a local folder with an FTP one (using cron to run this).
This script needs to be ACTIVE AT ALL TIMES (business use :D) and the only thing I cant control is the regular powercuts at work. When I am away there is a high possibility (due to powercuts) that my computer may restart.
Issue is, that script needs to still run. Is there anyway to have cron running at startup without logging into the machine with my password?
(no previous similar questions have directly answered my question btw)