I think I can manage to work out the grub stuff.<div><br></div><div>Is it possible to guarantee all data will be copied exactly or is that what the -a option does?<br clear="all">--<br>Ryan Ralph<br><a href="mailto:ryanralph1991@gmail.com">ryanralph1991@gmail.com</a><br>

<br><br><div class="gmail_quote">On Thu, Nov 26, 2009 at 2:11 PM, Matthew Hannigan <span dir="ltr">&lt;<a href="mailto:mlh@zip.com.au">mlh@zip.com.au</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I&#39;d use the -a option to cp rather than dd.<br>
dd preservies/copies far more than you want or need, and requires<br>
you to resize afterwards.<br>
<br>
So..<br>
<br>
<br>
    cd source &amp;&amp; cp -a . destination<br>
<br>
<br>
Are you ok with the grub stuff?<br>
<div><div></div><div class="h5"><br>
<br>
On Thu, Nov 26, 2009 at 12:06:44AM +1100, Ryan Ralph wrote:<br>
&gt; Hi everyone,<br>
&gt;<br>
&gt; Was just wondering if someone could explain to me how the best way to go<br>
&gt; about backing up my setup at the moment.<br>
&gt;<br>
&gt; What I need to do is do is take a &quot;ghost image&quot; (windows term) of my 120gb<br>
&gt; hard drive that ubuntu is currently installed on and then restore it onto<br>
&gt; one of my newer 500gb drives.<br>
&gt;<br>
&gt; I was thinking that I could try using dd, copy the backup to one of the<br>
&gt; 500gb drives, then restore it to the other 500gb drive and resize the<br>
&gt; partition if required. This seems like it would be quite time consuming.<br>
&gt;<br>
&gt; Does anyone know a better way? If not could someone please explain what<br>
&gt; commands I would need to use for dd?<br>
&gt;<br>
&gt; Thanks in advance<br>
&gt;<br>
&gt; --<br>
&gt; Ryan Ralph<br>
&gt; <a href="mailto:ryanralph1991@gmail.com">ryanralph1991@gmail.com</a><br>
<br>
</div></div>&gt; --<br>
&gt; ubuntu-au mailing list<br>
&gt; <a href="mailto:ubuntu-au@lists.ubuntu.com">ubuntu-au@lists.ubuntu.com</a><br>
&gt; <a href="https://lists.ubuntu.com/mailman/listinfo/ubuntu-au" target="_blank">https://lists.ubuntu.com/mailman/listinfo/ubuntu-au</a><br>
<br>
</blockquote></div><br></div>