Hello All;
I need some help with this one. I had setup a cron job (for i in {1..100}; do cd /home/admin/web/*siteremoved*.com/public_html/app/ & Console/cake cron run 3FSE@; done) for the amazon AWS/S3 features, however I get this error in my email once per minute. The system only seems to transfer images to Amazon when I click around my site. Otherwise it sits idle.
I'd like for it to run automatically as a background process on the server. Maybe this won't be an issue once I allow people to sign up and start using the site; but while I have it under development it makes me a bit nervous to only have 60Gb available on my web server.
Any ideas how to fix it so the cron job doesn't generate an error?
Im running Ubuntu server 16.04.
Thank you.
Add comment comment