Skip to content

Instantly share code, notes, and snippets.

@faridescate
Created May 9, 2018 16:48
Show Gist options
  • Save faridescate/add98f3a9c9d5d538e709305dff1f0f2 to your computer and use it in GitHub Desktop.
Save faridescate/add98f3a9c9d5d538e709305dff1f0f2 to your computer and use it in GitHub Desktop.
Sincroniza dos carpetas
rsync -avzrPL --delete -e "ssh -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null" --progress [username]@[IP]:[SOURCE_REMOTE_PATH] [DESTINATION_LOCAL_PATH]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment