I'm trying to use RSYNC to restore a backup. I am trying to restore all files by running the same command that the script runs to backup but with the destination and target switched around.
rsync -rltpqz --delete [email protected]:dir /users/home/username/
However I get this error...
/users/home/username/: is a directory