tar fs copy

Doug Gwyn <gwyn> gwyn at brl-tgr.ARPA
Mon Oct 21 14:05:38 AEST 1985


> or (cd $1; find . -print | cpio -o .) | (cd $2; cpio -idu)

Better still,
	cd $1; find . -print -depth | cpio -pdu $2
If links are preferable, add the "l" flag to the cpio options.



More information about the Comp.unix.wizards mailing list