<div dir="ltr"><div dir="ltr">On Fri, May 1, 2020 at 9:37 PM Erik Schnetter <<a href="mailto:schnetter@gmail.com">schnetter@gmail.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Fri, May 1, 2020 at 9:18 PM Mikalai Birukou via kwlug-disc<br>
<<a href="mailto:kwlug-disc@kwlug.org" target="_blank">kwlug-disc@kwlug.org</a>> wrote:<br>
><br>
> rsync worked nice with -avEHAX flags. But you have to exclude stuff from<br>
> rsync. Ubuntu has tons of mounted systems, and those mount points should<br>
> be excluded from rsync.<br>
<br>
rsync -x ?<br></blockquote><div><br></div>That works. <br></div><div class="gmail_quote"><br></div><div class="gmail_quote">I have done cp -ax in the past to copy disks, and it works. <br></div><div class="gmail_quote"><br></div>Rsync is better since it does checksumming on the files that are copied, guaranteeing<div class="gmail_quote">that they are copied right (not that this is a problem one commonly encounters). <br></div><div class="gmail_quote"><br></div><div class="gmail_quote"><div class="gmail_quote">You need to massage your /etc/fstab afterwards, as you have found out. <br></div></div></div>