Skip to content

Instantly share code, notes, and snippets.

@dragonauta
Last active August 29, 2015 14:19
Show Gist options
  • Save dragonauta/23743afeeda8dc1150f8 to your computer and use it in GitHub Desktop.
Save dragonauta/23743afeeda8dc1150f8 to your computer and use it in GitHub Desktop.
Sincronizar carpetas mediante ssh
#!/bin/bash
rsync -avz --delete -e ssh root@ip:/ruta/remota/ /ruta/local/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment