annotate backup-system @ 2:1e962e354810

try to get cd opening and close functions, but they don't work yet...
author Robert McIntyre <rlm@mit.edu>
date Tue, 18 Oct 2011 21:38:45 -0700
parents 2d99d5730e7f
children d33008839340
rev   line source
rlm@0 1 #!/bin/sh
rlm@0 2
rlm@0 3 tar -vcpjf /backups/system-$(date +"%F-%H:%M").tar.bz2 \
rlm@0 4 --one-file-system \
rlm@0 5 --exclude=/proc/* \
rlm@0 6 --exclude=/sys/* \
rlm@0 7 --exclude=/dev/* \
rlm@0 8 --exclude=/tmp/* \
rlm@0 9 --exclude=/lost+found \
rlm@0 10 --exclude=/boot/lost+found \
rlm@0 11 -C / /boot /