Cloning a LINUX FS (with tar)
To clone a LINUX FS with tar:
# tar -C /tmp/1/ -cp .| tar -C /tmp/2 -xvp
Where /tmp/1 is the source FS and /tmp/2 is the destination FS.
# tar -C /tmp/1/ -cp .| tar -C /tmp/2 -xvp
Where /tmp/1 is the source FS and /tmp/2 is the destination FS.
Labels: clone, Filesystem, Linux, tar

0 Comments:
Post a Comment
<< Home