Impossible the burn DVD with the new FreeBSD 9.0 RELEASE?

Warren Block wblock at wonkity.com
Wed Dec 5 01:58:58 UTC 2012


On Tue, 4 Dec 2012, angelv wrote:

> # cat /home/backups/Grabar/BackupDVD-1.sh
> #! /bin/sh
>
> # Requiere:
> #
> # sysutils/dvd+rw-tools
> #
> # /sysutils/eject
>
> echo "Grabando el DVD ===>"
> growisofs -dvd-compat -udf -iso-level 3 -speed=8 -V "Backup `date
> +%Y-%m-%d`" -joliet-long -Z /dev/cd0 -J -R \
> /home/backups/Grabar/Admindoc/*.tar.gz.aa
> echo "Proceso terminado, puede retirar el DVD ;-)"
> echo
> eject /dev/cd0$

I use growisofs with DVD-R or +R in a script like this:

growisofs -Z /dev/cd0 -speed=16 -J -joliet-long -r -V dvdtitle $*

-udf may be for -RW media, which I don't use.


More information about the freebsd-ports mailing list