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 username@remotehost.com:dir /users/home/username/
However I get this error...
/users/home/username/: is a directory
-v(--verbose) instead of-q(--quiet) to see what it say. – quanta Nov 17 '11 at 15:20