I am trying to write a script that will automatically backup a drive I have to amazon s3. I have downloaded s3cmd and I am wondering what the put command does...
It seems to me like it uploads the files every time, overwriting them. Is that what it does or not?
I am looking for something like rsync -av --delete so that it will only do something if there is a change...
What can I do?