>cd /backup
>find . -depth -print | cpio -pdmvu /pool
><...lots of files listed>
><huge number> blocks copied
>
>I've filed a bug report on it now.
>
>The limit is 4GB, not 2 as I believed last night. It's simple to=20
>reproduce:
>
>mkdir test
>mkfile 4200m bigfile
>echo bigfile | cpio -pdmvu test/
>echo $?
>ls -l bigfile test/bigfile


Absolutely weird; the "cpio -p" doesn't use any intermediate archive
format and it should be able to copy files of any size.

Casper

_______________________________________________
zfs-discuss mailing list
zfs-discuss@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/zfs-discuss

Reply via email to