<p dir="ltr">I was reading some sites and it stated that if I ever had to recover my data on s3, I'd be looking at a $6000 bill. Any one have an easy to follow and understand chart for knowing all the fees involved in s3?</p>
<div class="gmail_extra"><br><div class="gmail_quote">On Oct 24, 2016 18:12, "Keith Smith" <<a href="mailto:techlists@phpcoderusa.com">techlists@phpcoderusa.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
<br>
I second AWS S3. I use it and it is very cheap.<br>
<br>
<br>
<br>
On 2016-10-24 14:55, Sesso wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
What about just using S3 or you want cheaper?<br>
<br>
jason<br>
<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On Oct 24, 2016, at 2:52 PM, Anon Anon <<a href="mailto:lokotejones@gmail.com" target="_blank">lokotejones@gmail.com</a>><br>
wrote:<br>
<br>
Any one have a recommendation for backing up three VPS and a 2tb<br>
nas?<br>
<br>
Glacier is too expensive for retrieval. Back blaze good?<br>
<br>
On Oct 24, 2016 14:20, "Matt Graham" <<a href="mailto:mhgraham@crow202.org" target="_blank">mhgraham@crow202.org</a>> wrote:<br>
<br>
On 2016-10-24 08:58, Carruth, Rusty wrote:<br>
NOTE! WARNING! BEWARE!!! DD will almost certainly copy the UUID<br>
from<br>
the source partition to the destination partition! I do NOT know<br>
what<br>
havoc will result when linux looks for that UUID and finds 2….<br>
(I’d<br>
guess it takes the first one it finds<br>
<br>
Yes, mount goes through all the block devices probably starting<br>
with the first SCSI disk. If it's looking for a UUID and finds it<br>
on /dev/sda3, that's the one it'll use, even if the same UUID is on<br>
/dev/sdb1 . I think. IIRC, the label detection code in mount did<br>
that the last time I looked at it.<br>
<br>
(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>
<br>
If you know you want to have the same UUID on 2 filesystems, you<br>
can use "dumpe2fs -h /dev/sdNN | grep UUID" , then pass the big hex<br>
string to the -U option of mkfs when you're making the new<br>
filesystem. Or the -U option of tune2fs if you've already done mkfs<br>
and copied stuff.<br>
<br>
IMHO, using filesystem labels is preferable to using UUIDs in<br>
/etc/fstab . Labels can be made short and meaningful to humans,<br>
while UUIDs really can't. (OK, -U<br>
feedface-dead-beef-0000-123456<wbr>789abc works, but is silly.) Distros<br>
probably go the UUID route because it's generally easy to assume<br>
that UUIDs are unique, while filesystem labels may not be.<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> [1]<br>
</blockquote>
<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><br>
<br>
<br>
Links:<br>
------<br>
[1] <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><br>
<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><br>
</blockquote>
<br>
-- <br>
Keith Smith<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></blockquote></div></div>