I just bought two new drives to create a mirrored pool. I want to copy all files from existing pool to new one and subsequently retire the old drives. Is there a better way to achieve my objective than using the command cp -R -p * /mnt/tank2 (my old pool is /mnt/tank1).