In the cron tab, I made a configuration named mycron.php with the option "Amazon S3 Storage" is activated, I then manually did a test by click on the link "execute cron". I got a good results:
- A tar backup is created in /administrator/backups folder
- A tar backup is sent to my Amazon S3
- A cron log is sent to my email box
Next step, I made a php SSH command and tried some tests, unfortunately I got the following results as always:
- A tar backup is created in /administrator/backups folder
- NO tar backup is sent to my Amazon S3
- NO cron log is sent to my email box
I also tried with "Enable SSL transfer", but no luck.
Any help with this issue would be highly appreciated.
Thank you.