Skip to content

Instantly share code, notes, and snippets.

@drench
Created November 21, 2009 19:03
Show Gist options
  • Save drench/240243 to your computer and use it in GitHub Desktop.
Save drench/240243 to your computer and use it in GitHub Desktop.
How I back up my eee pc
sudo dd if=/dev/sda1 | gzip -c | ssh doak 'cat > /opt/backup/eee/sda1.gz'
sudo dd if=/dev/sda2 | gzip -c | ssh doak 'cat > /opt/backup/eee/sda2.gz'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment