Skip to content

Instantly share code, notes, and snippets.

@aweijnitz
Created May 21, 2015 13:00
Show Gist options
  • Save aweijnitz/3da1a8417f6d74f9578b to your computer and use it in GitHub Desktop.
Save aweijnitz/3da1a8417f6d74f9578b to your computer and use it in GitHub Desktop.
rsync based remote backup
#!/bin/bash
sudo rsync -avz --delete --one-file-system / /boot [email protected]:/home/hydrobackup/backups
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment