Use tar to copy (clone) complete partitions.
# tar -clf – /boot | tar -xf – -C /clone
# tar -clf – /home | tar -xf – -C /clone
# tar -clf – / | tar -xf – -C /clone
The -l option is to stay in the local filesystem.
Use tar to copy (clone) complete partitions.
# tar -clf – /boot | tar -xf – -C /clone
# tar -clf – /home | tar -xf – -C /clone
# tar -clf – / | tar -xf – -C /clone
The -l option is to stay in the local filesystem.