I am trying to upload files from a folder on my machine onto s3 and delete the file from my local machine after the upload is complete.
I have a cron running every minute with this command, but it isn't working:
s3cmd sync -r --delete-after /home/username/Videos/* s3://bucketname
whats wrong with this? I can upload using s3cmd sync so the config isn't wrong - but the delete after command doesn't seem to work.