Mercurial > backup
view backup-system @ 9:acd110f8e4b0
working on combination iso/burning to avoid memory overhead.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Mon, 25 Feb 2013 13:34:38 +0000 |
parents | d33008839340 |
children |
line wrap: on
line source
1 #!/bin/sh3 tar -vcpjf /backups/system-$(date +"%F-%H:%M").tar.bz2 \4 --one-file-system \5 --exclude=/proc/* \6 --exclude=/sys/* \7 --exclude=/dev/* \8 --exclude=/tmp/* \9 --exclude=/lost+found \10 --exclude=/boot/lost+found \11 --exclude=/root/* \12 --exclude=/kernel/* \13 -C / /boot /