Rsync
Powerful Syncing Tool
Override ssh command
# sync remote Notes to local repo
rsync -e "ssh -i KEY -p PORT" -r user@myhost:/remotepath/ ~/downloads
Powerful Syncing Tool
# sync remote Notes to local repo
rsync -e "ssh -i KEY -p PORT" -r user@myhost:/remotepath/ ~/downloads