rsync - remote to local ?
I've been using the following rsync command to backup files to a remote location:rsync --delete --stats -ave ssh /local/backup/location/ user@remotebackuplocation.com:/user/backup/
How can I retrieve those files (remote to local) using rsync? I tried switching the local and remote destination around but that doesn't seem to work.