Hi,
I'm using synchronize.sh to get files from my S3 bucket to a local disk (every minute) using:
synchronize.sh --provider s3 DOWN testing.manic /opt/manic/messenger/appinfo/
And the output is: New files: 1, Updated: 0, Reverted: 0, Deleted: 0, Unchanged: 242
I don't understand why always it says "there is a new file" because i didn't create a new file on this bucket.
Someone knows what can produce this behavior ?
Thanks!
Ignasi