Skip to content

Instantly share code, notes, and snippets.

@lackofdream
Created May 24, 2016 09:03
Show Gist options
  • Save lackofdream/392001069e61be6a6fc3a48ed3605543 to your computer and use it in GitHub Desktop.
Save lackofdream/392001069e61be6a6fc3a48ed3605543 to your computer and use it in GitHub Desktop.
a backup script
#!/bin/bash
rsync -aAXv --delete-before --exclude={"/dev/*","/proc/*","/sys/*","/tmp/*","/run/*","/mnt/*","/media/*","/lost+found","/var/*","*/Downloads/*","/srv/deluge/*"} / $TARGET
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment