Hi, I use rsync to back up my local disk to another local disk, and I do it by: rsync -avRxn --delete /home/amd /mnt/backuphome |less rsync -avRx --delete /home/amd /mnt/backuphome by using -n and |less can I review the files that are going to deleted and copied/overwritten. Does anyone if rsync can differ between files that are going to copied and files that are going to be overwritten? Or can rsync perhaps mark files that are going to be overwritten as to be deleted? Regards, Amadeus