# HG changeset patch # User Robert McIntyre # Date 1319142986 25200 # Node ID 5161d06652f91780e5183cbccc19e00f6ece6e9f # Parent d33008839340d0a835507a3c8bfb67f768420316 changed paths and added cd-mount diff -r d33008839340 -r 5161d06652f9 cd-backup --- a/cd-backup Wed Oct 19 01:22:14 2011 -0700 +++ b/cd-backup Thu Oct 20 13:36:26 2011 -0700 @@ -1,6 +1,6 @@ #!/bin/sh -TARGET="/home/r/proj/scratch/image.iso" +TARGET="/home/r/tmp/image.iso" START=`cdrecord -msinfo` diff -r d33008839340 -r 5161d06652f9 cd-burn --- a/cd-burn Wed Oct 19 01:22:14 2011 -0700 +++ b/cd-burn Thu Oct 20 13:36:26 2011 -0700 @@ -1,6 +1,6 @@ #!/bin/sh -TARGET=/home/r/proj/scratch/image.iso +TARGET=/home/r/tmp/image.iso cdrecord -multi -v gracetime=3 -overburn -data "$TARGET" diff -r d33008839340 -r 5161d06652f9 cd-mount.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/cd-mount.sh Thu Oct 20 13:36:26 2011 -0700 @@ -0,0 +1,3 @@ +#!/bin/sh + +mount -v -t iso9660 /dev/dvd "$1" \ No newline at end of file