17.5 C
Vancouver
Saturday, April 20, 2024

Copying directories between file systems

Must read

Copying files from one directory to another using find and cpio.

cd /old_file_system/
find . -print -depth | cpio -pamVd /new_file_system/

More articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest article