🌱 CRON

https://ole.michelsen.dk/blog/schedule-jobs-with-crontab-on-mac-osx.html

Cron Jobs

Add/Remove

add and remove rows

    env EDITOR=nano crontab -e

view

    crontab -l

SSH troubles

http://eli.thegreenplace.net/2013/10/08/some-notes-on-logging-and-ssh-access-from-cron-jobs/

http://stackoverflow.com/questions/12020073/how-to-get-rsync-to-recognise-ssh-publickey-when-run-from-script-nodejs

https://help.github.com/articles/working-with-ssh-key-passphrases

http://stackoverflow.com/questions/112396/how-do-i-remove-the-passphrase-for-the-ssh-key-without-having-to-create-a-new-ke

Fix : rsync -a -e "ssh -i /PATH/TO/id_rsa" user@server:/PATH/ /PATH/ ssh key with no passphrase

Made by Brandon . If you find this project useful you can donate.