Skip to content

Instantly share code, notes, and snippets.

@miloshadzic
Created June 19, 2016 10:58
Show Gist options
  • Save miloshadzic/bd3b8e0d1481d159146187e8ba833999 to your computer and use it in GitHub Desktop.
Save miloshadzic/bd3b8e0d1481d159146187e8ba833999 to your computer and use it in GitHub Desktop.
seedbox backup cmd
rsync -vrh --progress -e "ssh -T -c arcfour -o Compression=no -x" <source> <destination>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment