Skip to content

Instantly share code, notes, and snippets.

@oleksii-zavrazhnyi
Created October 20, 2014 07:39
Show Gist options
  • Save oleksii-zavrazhnyi/0f680157fd525b4cd486 to your computer and use it in GitHub Desktop.
Save oleksii-zavrazhnyi/0f680157fd525b4cd486 to your computer and use it in GitHub Desktop.
rsync
rsync -aHAXOxv --numeric-ids --delete --rsync-path="sudo -u www-data -i rsync" -e "ssh -T -c arcfour -o Compression=no -x" --exclude="exclude" ./local/path themengzor@remote.com:/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment