On Thu, Sep 16, 1999 at 01:43:12PM -0700, Perry Blalock wrote:
(...)
> 
>   find /home/ /home1/ /home2/ /home3/ /home4/ /etc/ /var/named/
>    /usr/local/ -path '/home/usr/local/webstats/*' -prune -o
>     -print | cpio -ovM %d --block-size=20 -H newc -F /dev/nrft0
> 
> 
>     My problem is that although the above directories only contain
>     about 100Mb of stuff, cpio asks me to load a new tape so it can
>     finish the backups - my tapes are 400Mb uncompressed!
> 
...I don't know the solution for "cpio", but with "afio" the following
would work:

  afio -ofzBZv -M 50m -G $G_factor -T $T_factor -b32k -c1024 -s10g \
        -E /tmp/exps -@ root@localhost \
        -L /var/log/afiolog /dev/nst0 > /tmp/afio-backup.1 2> /tmp/afio-backup.2

-s states the size of the tape. Both programs are quite similar, maybe
this helps a bit.

Bye, Juergen.

-- 
*************************************************************************
* Juergen Leising, Germany                http://leising.home.pages.de/ *
* [EMAIL PROTECTED]                  http://leising.freeshell.org/ *
*************************************************************************

Reply via email to