Rsync error code 3 can be resolved by using single quotes while using #rsync #command. Also, this error can happen if you are calling rsync from within a #directory that does not exist. For Instance, if you cd into an external #disk, then force unmount it, you cannot call rsync from that directory. cd to a directory which exists and rsync will run as expected.