comparison cd-burn @ 3:d33008839340

cd backup now works!
author Robert McIntyre <rlm@mit.edu>
date Wed, 19 Oct 2011 01:22:14 -0700
parents 1e962e354810
children 5161d06652f9
comparison
equal deleted inserted replaced
2:1e962e354810 3:d33008839340
1 TARGET=/home/r/proj/scratch/cd.iso 1 #!/bin/sh
2
3 TARGET=/home/r/proj/scratch/image.iso
2 4
3 5
4 cdrecord -multi -v -eject gracetime=3 6 cdrecord -multi -v gracetime=3 -overburn -data "$TARGET"
5 7
6 8
7 ls "$TARGET" | xargs -p rm 9 rm $TARGET