<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Oct 6, 2017 at 11:20 AM, Curtis Gedak <span dir="ltr"><<a href="mailto:gedakc@gmail.com" target="_blank">gedakc@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class="gmail-">On 2017-10-05 01:38 PM, Daryl McDonald wrote:<br>
><br>
> IIUIC, cloning sda1 to sda2 would result in two partitions with the same<br>
> UUID, and cause boot problems.<br>
><br>
<br>
</span>Yes, cloning the partitions would result in duplicate UUIDs.  You can<br>
resolve the issue by using a tool such as GParted to create a new UUID<br>
for one of the partitions, and then edit the appropriate files to update<br>
for the new UUID (e.g., /etc/fstab).<br>
<br>
<br>
> Curtis, are you saying to "rsync" like the wiki suggests for system backup<br>
> without most/all of the "excludes" and then run grub-update?<br>
<br>
<br>
I'm not sure which wiki article to which you are referring.<br>
<br>
Basically if you copy the content of the partition (all files,<br>
directories, links, etc) similar to a clone operation, then you can<br>
re-install the grub boot loader so that your new partition will boot.<br>
<span class="gmail-HOEnZb"><font color="#888888"><br>
<br>
Curtis<br>
</font></span><div class="gmail-HOEnZb"><div class="gmail-h5"><br>
______________________________<wbr>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br>
<a href="http://lists.mythtv.org/mailman/listinfo/mythtv-users" rel="noreferrer" target="_blank">http://lists.mythtv.org/<wbr>mailman/listinfo/mythtv-users</a><br>
<a href="http://wiki.mythtv.org/Mailing_List_etiquette" rel="noreferrer" target="_blank">http://wiki.mythtv.org/<wbr>Mailing_List_etiquette</a><br>
MythTV Forums: <a href="https://forum.mythtv.org" rel="noreferrer" target="_blank">https://forum.mythtv.org</a></div></div></blockquote><div><br></div><div>Ok it's not a wiki but:  <a href="https://www.ostechnix.com/backup-entire-linux-system-using-rsync/">https://www.ostechnix.com/backup-entire-linux-system-using-rsync/</a></div><div><br></div><div>so I would use "sudo rsync -aAXv /dev/sda1 /dev/sda2"? (inaccuracy in string above, the second 80 gb is formatted) or would it be "sudo rsync -aAXv / /dev/sda2"? (from a terminal in /dev/sda1)</div></div><br></div></div>