On Thu, Mar 15, 2007 at 07:45:31AM -0400, Josh Grosse wrote:
> The shunt utilites: shunt, exactly, and flyisofs,  were originally
> written for burning multi-set CDROM backups using mkiosfs and cdrecord.
> 
> Here is an example of using shunt with flyisofs to make offsite copies of
> compressed backups onto a series of DVD+RW discs:
> 
>         shunt -c 'dump -0af - /path/to/backups' + \
>            'flyisofs mbc=2295104 fbc=2000000 | growisofs -Z \
>            /dev/rcd0c=/dev/fd/0'
> 
> "$ <utility> -h" provides minimal usage information.  
> For detailed information, see http://www.serice.net/shunt/

Compiles, passes lib-depends-check and update-plist, and

shunt -c 'dd if=/dev/zero bs=4096 count=16' + 'dd of=test$SHUNT_STARTS bs=512 
count=8'

does not appear to do any strange things.

I hope this port can be committed this time...

                Joachim

Reply via email to