Tuesday, July 15, 2008

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.

Labels: , , ,

0 Comments:

Post a Comment

<< Home