<p dir="ltr">Any one have a recommendation for backing up three VPS and a 2tb nas?</p>
<p dir="ltr">Glacier is too expensive for retrieval. Back blaze good?</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Oct 24, 2016 14:20, "Matt Graham" <<a href="mailto:mhgraham@crow202.org">mhgraham@crow202.org</a>> wrote:<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="quoted-text">On 2016-10-24 08:58, Carruth, Rusty wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
NOTE! WARNING! BEWARE!!! DD will almost certainly copy the UUID from<br>
the source partition to the destination partition! I do NOT know what<br>
havoc will result when linux looks for that UUID and finds 2…. (I’d<br>
guess it takes the first one it finds<br>
</blockquote>
<br></div>
Yes, mount goes through all the block devices probably starting with the first SCSI disk.  If it's looking for a UUID and finds it on /dev/sda3, that's the one it'll use, even if the same UUID is on /dev/sdb1 .  I think.  IIRC, the label detection code in mount did that the last time I looked at it.<div class="quoted-text"><br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
(I know about the UUID copy because I do that here at work all the<br>
time. In my case, it’s a feature. In your case, it’s a bug)<br>
</blockquote>
<br></div>
If you know you want to have the same UUID on 2 filesystems, you can use "dumpe2fs -h /dev/sdNN | grep UUID" , then pass the big hex string to the -U option of mkfs when you're making the new filesystem.  Or the -U option of tune2fs if you've already done mkfs and copied stuff.<br>
<br>
IMHO, using filesystem labels is preferable to using UUIDs in /etc/fstab .  Labels can be made short and meaningful to humans, while UUIDs really can't.  (OK, -U feedface-dead-beef-0000-123456<wbr>789abc works, but is silly.)  Distros probably go the UUID route because it's generally easy to assume that UUIDs are unique, while filesystem labels may not be.<font color="#888888"><br>
<br>
-- <br>
Crow202 Blog: <a href="http://crow202.org/wordpress" rel="noreferrer" target="_blank">http://crow202.org/wordpress</a><br>
There is no Darkness in Eternity<br>
But only Light too dim for us to see.<br>
------------------------------<wbr>---------------------<br>
PLUG-discuss mailing list - <a href="mailto:PLUG-discuss@lists.phxlinux.org" target="_blank">PLUG-discuss@lists.phxlinux.or<wbr>g</a><br>
To subscribe, unsubscribe, or to change your mail settings:<br>
<a href="http://lists.phxlinux.org/mailman/listinfo/plug-discuss" rel="noreferrer" target="_blank">http://lists.phxlinux.org/mail<wbr>man/listinfo/plug-discuss</a></font></blockquote></div><br></div>