Skip to content

Instantly share code, notes, and snippets.

@junquera
Created December 3, 2015 23:12
Show Gist options
  • Select an option

  • Save junquera/eb79823e61f5a8b71fb0 to your computer and use it in GitHub Desktop.

Select an option

Save junquera/eb79823e61f5a8b71fb0 to your computer and use it in GitHub Desktop.
Backup all the system
#!/bin/bash
sudo tar czf /backup.tar.gz -u --exclude=/backup.tar.gz --exclude=/home --exclude=/media --exclude=/dev --exclude=/mnt --exclude=/proc --exclude=/tmp /;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment