Skip to content

Instantly share code, notes, and snippets.

Created March 11, 2014 10:58
Show Gist options
  • Save anonymous/9483588 to your computer and use it in GitHub Desktop.
Save anonymous/9483588 to your computer and use it in GitHub Desktop.
backup my ssd disk to normal disk
#!/bin/bash
/usr/bin/rsync -r -t -p -o -g -x --delete --size-only -l -s --exclude-from=/home/guda/bin/ssd_backup_exclude.txt /home/guda/ /home/guda/external/backup
Downloads
external
.config
.cache
.lastpass
metasploit-framework
java
.wine
.VirtualBox
.mozilla
.npm
*.sock
*.log
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment