Subject: Re: dumping through fifo
To: None <netbsd-users@netbsd.org>
From: Wojciech Puchar <wojtek@tensor.3miasto.net>
List: netbsd-users
Date: 04/12/2003 22:34:11
really no help?

i'm really interested in doing backups to CD-RW

anyone else did working solution.

thanks for any help!

>
> tried to do backup to CD-RW
>
> mkfifo /tmp/backup
> /sbin/dump -0 -u -h 0 -B 666000 -L "wojtek" -f /tmp/backup /
>
> on one console
>
> cdrecord -v -dao tsize=666000k /tmp/backup
>
> recorded one disk, then dump said "Closing /tmp/backup" and waits forever
>
> fstat /tmp/backup shows it's not open.
>
> what i missed?
>