tar and dd do it differently.  dd is works at the block/device level
and does not know anything about the file system.  It will copy the
boot sector and so on.  tar on the other hand reads files.

So do you want to clone the device or copy al the files?  Note that to
close a device you need identical hardware.  tar beach it works with
files can copy them even to a different kind of OS, say from Linus to
a mac.  Very different.

On Sat, Feb 20, 2016 at 3:34 AM, John Thornton <j...@gnipsel.com> wrote:
> I see two ways to clone a HD on the web one using dd and one using tar.
>
> Boot from the live cd. Mount your destination media to (say) /mnt.
>
> dd if=/dev/sd whatever of=/mnt/mybackup.ddimg
>
> In this case what do they mean by mount?
>
> Mount the source to /mnt, mount the destination to /home (say)
>
> tar cvfpz /home/mybackup.tar.gz   /mnt
>
> does this tar create a copy of the whole disk?
>
> Thanks
> JT
>
> ------------------------------------------------------------------------------
> Site24x7 APM Insight: Get Deep Visibility into Application Performance
> APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
> Monitor end-to-end web transactions and take corrective actions now
> Troubleshoot faster and improve end-user experience. Signup Now!
> http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
> _______________________________________________
> Emc-users mailing list
> Emc-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/emc-users



-- 

Chris Albertson
Redondo Beach, California

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to