Skip to content

Instantly share code, notes, and snippets.

@catacs
Last active February 7, 2016 23:38
Show Gist options
  • Save catacs/469c6bd04a31de588a1b to your computer and use it in GitHub Desktop.
Save catacs/469c6bd04a31de588a1b to your computer and use it in GitHub Desktop.
Entire system backup
#!/bin/bash
cd /
tar cvpzf system-backup.tgz --exclude=/proc --exclude=/lost+found --exclude=/system-backup.tgz --exclude=/mnt --exclude=/tmp --exclude=/sys /
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment