duplicate several drives concurrently

duplicate several drives concurrently


dd if=/dev/sda | tee >(dd of=/dev/sdb) | dd of=/dev/sdc

Содержание