I would like some feedback about the --backup option in rsync. Is<br>it worth using it for backups, or should I just use rsync<br>commands that just transfer files without the use of --backup<br>option?<br><br>-b, --backup      make backups (see --suffix & --backup-dir)<br>--backup-dir=DIR  make backups into hierarchy based in DIR<br>--suffix=SUFFIX   backup suffix (default ~ w/o --backup-dir)<br><br>I am somewhat hesitant to use it because with the backup option,<br>preexisting destination files are renamed as each file is<br>transferred or deleted. It also says that previously backed-up<br>files could get deleted.  Thusly I need some assistance<br>understanding all the pros and cons.<br><br>