-
Exact copy a huge directory into the different one in linuxComputer/linux 2017. 3. 15. 06:34
I have ifc1410-ioxos-161103 in /export/nfsroots/, and would like to copy the entire dir in the different name.
$ mkdir ifc1410-ioxos-161103-rules-test
$ cd ifc1410-ioxos-161103
$ sudo -E tar cf - . | (cd /export/nfsroots/ifc1410-ioxos-161103-rules-test/ && tar xBf -)
Reference http://www.linuxdevcenter.com/pub/a/linux/lpt/18_16.html
'Computer > linux' 카테고리의 다른 글
How to get only the mac address (Linux) (0) 2017.08.25 Raspberry Pi Image copy in Linux (0) 2017.03.10 Bootable Linux USB from iso (0) 2017.01.11