Skip to content

Instantly share code, notes, and snippets.

@tlongren
Last active September 21, 2017 18:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tlongren/ad8992557c0b260a88795accfe9be8e5 to your computer and use it in GitHub Desktop.
Save tlongren/ad8992557c0b260a88795accfe9be8e5 to your computer and use it in GitHub Desktop.
Quick & easy remote backups
#!/bin/sh
SERVER=backup.server.com
rsync -avz --partial --delete --bwlimit=25 --progress --stats -e ssh
/opt/backups tyler@$SERVER:/home/tyler/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment