MLUG: Re: [MLUG] backup via cron
Re: [MLUG] backup via cron
Email address obfuscation in effect -- please click here to turn it off.

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Stephen Montgomery-Smith wrote:
Nowlin, Dan wrote:

Can anybody tell me why these two commands will work in BASH but not in a script?
dvd+rw-format -f /dev/dvd
growisofs -Z /dev/dvd -J -R /var/ftp/files



Try this:

export MKISOFS=/appropriate_path/mkisofs
dvd+rw-format -f /dev/dvd
growisofs -Z /dev/dvd -J -R /var/ftp/files

where you replace appropriate_path with the actual path name of mkisofs.

Or

dvd+rw-format -f /dev/dvd
env MKISOFS=/appropriate_path/mkisofs \
growisofs -Z /dev/dvd -J -R /var/ftp/files

_______________________________________________
members mailing list
EMAIL:PROTECTED
http://mlug.missouri.edu/mailman/listinfo/members