Mercurial > backup
comparison crvft/backup-system @ 19:e2bef5c2dc28
move cruft.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Thu, 23 May 2013 22:52:01 -0400 |
parents | backup-system@d33008839340 |
children |
comparison
equal
deleted
inserted
replaced
18:413c2abaaf76 | 19:e2bef5c2dc28 |
---|---|
1 #!/bin/sh | |
2 | |
3 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 / |