Skip to content

Instantly share code, notes, and snippets.

@luanlmd
Created November 3, 2010 21:17
Show Gist options
  • Save luanlmd/661734 to your computer and use it in GitHub Desktop.
Save luanlmd/661734 to your computer and use it in GitHub Desktop.
Sync backups
#!/bin/bash
/usr/bin/rsync --progress -avhz --delete --update /folder/from/ user@host:~/folter/to/ --ignore-errors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment