The Short List: #2


Migrating a system from its UFS installation to a new shiny ZFS pool:
cd / && tar –exclude=zroot/ –exclude=dev/ –exclude=proc/ -cvf – * | ( cd /zroot; tar xfp – )