NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: dump trouble



Hi,

In message <20140329224055.GA889@quark>
        on Sat, 29 Mar 2014 22:40:55 +0000,
        Patrick Welche <prlw1%cam.ac.uk@localhost> wrote:
> On NetBSD-6.99.38/amd64:
> 
> # dump -0auxf - /home | ssh ... dd
>   DUMP: Cannot statvfs -: No such file or directory
>   DUMP: The ENTIRE dump is aborted.
> 
> I thought "-" was meant to be stdout ?
You includes "-x" option and missing its argument.  Below isn't what
you wanted to do.  :-)

        dump -0 -a -u -x - -f /home | ssh ... dd

Maybe you wanted to do:

        dump -0 -a -u -X -f - /home | ssh ... dd

Best regards.

-- 
Takahiro Kambe <taca%back-street.net@localhost>


Home | Main Index | Thread Index | Old Index