Hi, I am trying to schedule backups from my bitnami cloud instance to a distant server using scp with the following command : /usr/bin/scp -r -i /home/bitnami/.ssh/id_rsa MY_LOCAL_DIR root@MY_DISTANT_SERVER :MY_DISTANT_DIR this command runs correctly from the command line but doesn't seem to work when included using crontab -e command.
Thank you for your help.