Hi everybody.

So here is my issue.

I have a script to make Rsync synchronise some of my file between two remote servers in a cron job

But when i cut a file from the destination one, rsync will re synchronize it at the next time the script will be launch by cron.
Is there is a way (directly in rsync or in my shell script) to tell it, if you already threat this file, don't synchronize it again, even if it's not on the destination server anymore ?


thx for your future answered