Why is rsync skipping the main directory?
rsync -v -e ssh [email protected]:/Library/WebServer/sites/staging/app1/ ./export You didn’t give it any options to put it into recursive mode like -r or -a. remote app1 directory is empty while local export directory has 4 sub directories and then a bunch of files in each of those Do you have the options backwards here? The command should … Read more