<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Cloud Computing 101: Using Amazon&#8217;s S3 (Simple Storage Service) for Off-Site Asterisk Backups	</title>
	<atom:link href="https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/</link>
	<description>Ward Mundy&#039;s Technobabblelog</description>
	<lastBuildDate>Wed, 09 Dec 2015 12:54:36 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Rob		</title>
		<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/comment-page-1/#comment-50566</link>

		<dc:creator><![CDATA[Rob]]></dc:creator>
		<pubDate>Sun, 02 Oct 2011 10:58:36 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=235#comment-50566</guid>

					<description><![CDATA[Small typo in the s3backup.sh script.  

s3://weekly-backup/$thisbackkup 

should be:

 s3://weekly-backup/$thisbackup]]></description>
			<content:encoded><![CDATA[<p>Small typo in the s3backup.sh script.  </p>
<p>s3://weekly-backup/$thisbackkup </p>
<p>should be:</p>
<p> s3://weekly-backup/$thisbackup</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: xuaon		</title>
		<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/comment-page-1/#comment-12269</link>

		<dc:creator><![CDATA[xuaon]]></dc:creator>
		<pubDate>Tue, 14 Sep 2010 19:55:17 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=235#comment-12269</guid>

					<description><![CDATA[amazon s3 good for storage, but hard to move files.  i use cloudpointe to help move files to s3 bucket, very easy to use.  www.cloudxy.com]]></description>
			<content:encoded><![CDATA[<p>amazon s3 good for storage, but hard to move files.  i use cloudpointe to help move files to s3 bucket, very easy to use.  <a href="http://www.cloudxy.com" rel="nofollow ugc">http://www.cloudxy.com</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Malcolm		</title>
		<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/comment-page-1/#comment-11165</link>

		<dc:creator><![CDATA[Malcolm]]></dc:creator>
		<pubDate>Mon, 17 May 2010 11:24:07 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=235#comment-11165</guid>

					<description><![CDATA[Ward support for Incredible PBX is not complete. If you reboot the server you will experience the following errors;

root@pbx:~/s3fs $ s3fs dutrataz-weekly-backup /mnt/s3fsfuse: device not found, try &#039;modprobe fuse&#039; first

To resolve you need to include the following two lines at installation

echo modprobe fuse &#062; /etc/sysconfig/modules/fuse.modules
chmod +x /etc/sysconfig/modules/fuse.modules

Thereafter the problem is solved and you can run 

s3fs without issue.

Can you update the installer to have the fuse.modules file created and ready?

&lt;i&gt;[WM: Thanks, Malcolm. We&#039;ve added the patch.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Ward support for Incredible PBX is not complete. If you reboot the server you will experience the following errors;</p>
<p>root@pbx:~/s3fs $ s3fs dutrataz-weekly-backup /mnt/s3fsfuse: device not found, try &#8216;modprobe fuse&#8217; first</p>
<p>To resolve you need to include the following two lines at installation</p>
<p>echo modprobe fuse &gt; /etc/sysconfig/modules/fuse.modules<br />
chmod +x /etc/sysconfig/modules/fuse.modules</p>
<p>Thereafter the problem is solved and you can run </p>
<p>s3fs without issue.</p>
<p>Can you update the installer to have the fuse.modules file created and ready?</p>
<p><i>[WM: Thanks, Malcolm. We&#8217;ve added the patch.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott		</title>
		<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/comment-page-1/#comment-11148</link>

		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Thu, 13 May 2010 17:34:46 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=235#comment-11148</guid>

					<description><![CDATA[Whoops there is one more step I forgot... Step (2b) should be:
chmod +x /etc/sysconfig/modules/fuse.modules

Has some of the fuse stuff been taken care of already on the latest builds of PIAF?  I didn&#039;t have to install twice like you mention in the article.

&lt;i&gt;[WM: S3 support already is included in the &lt;a href=&quot;http://nerdvittles.com/?p=677&quot; rel=&quot;nofollow&quot;&gt;Incredible PBX&lt;/a&gt;.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Whoops there is one more step I forgot&#8230; Step (2b) should be:<br />
chmod +x /etc/sysconfig/modules/fuse.modules</p>
<p>Has some of the fuse stuff been taken care of already on the latest builds of PIAF?  I didn&#8217;t have to install twice like you mention in the article.</p>
<p><i>[WM: S3 support already is included in the <a href="http://nerdvittles.com/?p=677" rel="nofollow">Incredible PBX</a>.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Scott		</title>
		<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/comment-page-1/#comment-11147</link>

		<dc:creator><![CDATA[Scott]]></dc:creator>
		<pubDate>Thu, 13 May 2010 17:29:09 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=235#comment-11147</guid>

					<description><![CDATA[Regarding S3, I am embarrassed to admit I didn&#039;t make it all the way down the article before i started configuring.  Therefore when it told me to edit the script and change the location, I immediately knew I needed a way to mount my s3 store.  So I stumbled upon the s3fs GoogleCode site, and this was what I did:

(1) yum install fuse-devel
(2) echo modprobe fuse &#062; /etc/sysconfig/modules/fuse.modules
(3) wget http://s3fs.googlecode.com/files/s3fs-r191-source.tar.gz
(4) tar xzvf s3fs-r191-source.tar.gz
(5) cd s3fs
(6) make
(7) cp s3fs /usr/bin
(8) entered my credentials in /etc/passwd-s3fs in the format AccessKey:SecretKey
(9) mkdir /mnt/s3fs (in case its not there already)
(10) echo /usr/bin/s3fs mybucket /mnt/s3fs &#062;&#062; /etc/rc.d/rc.local
(11) then to get it running without a reboot I ran &quot;modprobe fuse&quot; and then &quot;/usr/bin/s3fs mybucket /mnt/s3fs&quot;

I then changed to that directory, and did a listing.  All was well.  Going to be testing a migration to a completely different box later today.  Thanks, this stuff ROCKS!]]></description>
			<content:encoded><![CDATA[<p>Regarding S3, I am embarrassed to admit I didn&#8217;t make it all the way down the article before i started configuring.  Therefore when it told me to edit the script and change the location, I immediately knew I needed a way to mount my s3 store.  So I stumbled upon the s3fs GoogleCode site, and this was what I did:</p>
<p>(1) yum install fuse-devel<br />
(2) echo modprobe fuse &gt; /etc/sysconfig/modules/fuse.modules<br />
(3) wget <a href="http://s3fs.googlecode.com/files/s3fs-r191-source.tar.gz" rel="nofollow ugc">http://s3fs.googlecode.com/files/s3fs-r191-source.tar.gz</a><br />
(4) tar xzvf s3fs-r191-source.tar.gz<br />
(5) cd s3fs<br />
(6) make<br />
(7) cp s3fs /usr/bin<br />
(8) entered my credentials in /etc/passwd-s3fs in the format AccessKey:SecretKey<br />
(9) mkdir /mnt/s3fs (in case its not there already)<br />
(10) echo /usr/bin/s3fs mybucket /mnt/s3fs &gt;&gt; /etc/rc.d/rc.local<br />
(11) then to get it running without a reboot I ran "modprobe fuse" and then "/usr/bin/s3fs mybucket /mnt/s3fs"</p>
<p>I then changed to that directory, and did a listing.  All was well.  Going to be testing a migration to a completely different box later today.  Thanks, this stuff ROCKS!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jhon		</title>
		<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/comment-page-1/#comment-9079</link>

		<dc:creator><![CDATA[Jhon]]></dc:creator>
		<pubDate>Thu, 19 Mar 2009 22:18:33 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=235#comment-9079</guid>

					<description><![CDATA[Hi,
I followed the instrucions and installed everything.

I can mount the s3 drive, I can see I have 256T available. I have a bucket available.

When i run the command I get the following:

[root@localhost /]# rsync -avz –delete /home/mysqldumps /mnt/s3
building file list … done
mysqldumps/
rsync: recv_generator: failed to stat “/mnt/s3/mysqldumps/backup.txt”: Not a directory (20)

sent 85 bytes received 26 bytes 74.00 bytes/sec
total size is 124 speedup is 1.12
rsync error: some files could not be transferred (code 23) at main.c(892) [sender=2.6.8]

Any help would be appreciated.

&lt;i&gt;[WM: I think you need to first create the mysqldumps subdirectory on /mnt/s3 manually.]&lt;/i&gt;]]></description>
			<content:encoded><![CDATA[<p>Hi,<br />
I followed the instrucions and installed everything.</p>
<p>I can mount the s3 drive, I can see I have 256T available. I have a bucket available.</p>
<p>When i run the command I get the following:</p>
<p>[root@localhost /]# rsync -avz –delete /home/mysqldumps /mnt/s3<br />
building file list … done<br />
mysqldumps/<br />
rsync: recv_generator: failed to stat “/mnt/s3/mysqldumps/backup.txt”: Not a directory (20)</p>
<p>sent 85 bytes received 26 bytes 74.00 bytes/sec<br />
total size is 124 speedup is 1.12<br />
rsync error: some files could not be transferred (code 23) at main.c(892) [sender=2.6.8]</p>
<p>Any help would be appreciated.</p>
<p><i>[WM: I think you need to first create the mysqldumps subdirectory on /mnt/s3 manually.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cwpippin		</title>
		<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/comment-page-1/#comment-4258</link>

		<dc:creator><![CDATA[cwpippin]]></dc:creator>
		<pubDate>Sun, 14 Dec 2008 04:36:05 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=235#comment-4258</guid>

					<description><![CDATA[Hey Ward, 

How does one fix the fact that Wordpress is cutting off your articles?

&lt;i&gt;[WM: The short term answer is look at the page source for anything you need. It&#039;s complete there. This is merely a CSS display problem. The longer term answer is I&#039;m afraid this one is going to have to wade through the articles again and move some text to other lines. Bear with us. We&#039;ll get it done. If there are particular ones you need, just let us know, and we&#039;ll do those first. Thanks.]&lt;/i&gt;
]]></description>
			<content:encoded><![CDATA[<p>Hey Ward, </p>
<p>How does one fix the fact that WordPress is cutting off your articles?</p>
<p><i>[WM: The short term answer is look at the page source for anything you need. It&#8217;s complete there. This is merely a CSS display problem. The longer term answer is I&#8217;m afraid this one is going to have to wade through the articles again and move some text to other lines. Bear with us. We&#8217;ll get it done. If there are particular ones you need, just let us know, and we&#8217;ll do those first. Thanks.]</i></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: brian		</title>
		<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/comment-page-1/#comment-3630</link>

		<dc:creator><![CDATA[brian]]></dc:creator>
		<pubDate>Mon, 10 Nov 2008 19:20:44 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=235#comment-3630</guid>

					<description><![CDATA[The following comments revolve around a fresh install of AsteriskNow Beta 1.5 which is running Cent OS 5.
instead of building the source you can install dkms (&quot;yum install dkms&quot;) and dkms-fuse (&quot;yum install dkms&quot;)

If it&#039;s still not working (try &quot;modprobe fuse&quot;, if it gives an error then we have something wrong), compare the output of the following two commands:
&quot;rpm -qa &#124; grep kernel-devel&quot;
&quot;uname -r&quot;

if they aren&#039;t the same, then you have to update your kernel (&quot;yum upgrade&quot;) and restart.

Small note, after doing an upgrade, freePBX will likely be broken (PEAR dependencies, so run &quot;pear upgrade-all&quot; to fix that little error)

As of the writing, the Kernel should show as: &quot;2.6.18-92.1.17.el5&quot;]]></description>
			<content:encoded><![CDATA[<p>The following comments revolve around a fresh install of AsteriskNow Beta 1.5 which is running Cent OS 5.<br />
instead of building the source you can install dkms ("yum install dkms") and dkms-fuse ("yum install dkms")</p>
<p>If it&#8217;s still not working (try "modprobe fuse", if it gives an error then we have something wrong), compare the output of the following two commands:<br />
"rpm -qa | grep kernel-devel"<br />
"uname -r"</p>
<p>if they aren&#8217;t the same, then you have to update your kernel ("yum upgrade") and restart.</p>
<p>Small note, after doing an upgrade, freePBX will likely be broken (PEAR dependencies, so run "pear upgrade-all" to fix that little error)</p>
<p>As of the writing, the Kernel should show as: "2.6.18-92.1.17.el5&#8243;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: philippel		</title>
		<link>https://nerdvittles.com/using-amazons-s3-simple-storage-service-for-asterisk-backups/comment-page-1/#comment-3629</link>

		<dc:creator><![CDATA[philippel]]></dc:creator>
		<pubDate>Fri, 07 Nov 2008 02:10:47 +0000</pubDate>
		<guid isPermaLink="false">http://nerdvittles.com/?p=235#comment-3629</guid>

					<description><![CDATA[Just a minor correction and a nugget of knowledge: &quot;Beginning last year, FreePBX started offering a backup solution for FreePBX data as an integral part of the FreePBX web interface.&quot; Actually, backup has been in there since AMP. Another tidbit, although not in the GUI, there are configurable options in the FreePBX backup to upload your backups by ftp or ssh, and options to include other non-standard directories such as phone configurations, etc. Far from an all encompassing backup solution, but very handy to know about...

&lt;i&gt;[WM: We like nuggets. Thanks, Philippe. I&#039;m no Perl whiz, but it looks like a one-line change in the backup script could have the FreePBX backups rerouted to Amazon S3 so long as your bucket already was mounted. Remember that an S3 bucket once mounted appears as just another directory on your server! Step 1 is to mount your S3 bucket whenever your server boots. Then make a new directory called backups, e.g. mkdir /mnt/s3fs/backups. Now the pertinent script to adjust is ampbackup.pl in the modules/backup/bin directory under the FreePBX modules. And the line that needs changing to point to your mounted S3 bucket is line 104 which begins with $backupdir =. Comment out the line with a leading # symbol, and then add a new line below it that looks like this: &lt;/i&gt;

&lt;code&gt;$backupdir = &quot;/mnt/s3fs/backups&quot;;&lt;/code&gt;

&lt;i&gt;Once you&#039;ve saved your change, remember to add a line at the end of /etc/rc.d/rc.local to automatically mount your S3 bucket when your system boots:&lt;/i&gt;
&lt;code&gt;
s3fs weekly-backup /mnt/s3fs
&lt;/code&gt;

]]></description>
			<content:encoded><![CDATA[<p>Just a minor correction and a nugget of knowledge: "Beginning last year, FreePBX started offering a backup solution for FreePBX data as an integral part of the FreePBX web interface." Actually, backup has been in there since AMP. Another tidbit, although not in the GUI, there are configurable options in the FreePBX backup to upload your backups by ftp or ssh, and options to include other non-standard directories such as phone configurations, etc. Far from an all encompassing backup solution, but very handy to know about&#8230;</p>
<p><i>[WM: We like nuggets. Thanks, Philippe. I&#8217;m no Perl whiz, but it looks like a one-line change in the backup script could have the FreePBX backups rerouted to Amazon S3 so long as your bucket already was mounted. Remember that an S3 bucket once mounted appears as just another directory on your server! Step 1 is to mount your S3 bucket whenever your server boots. Then make a new directory called backups, e.g. mkdir /mnt/s3fs/backups. Now the pertinent script to adjust is ampbackup.pl in the modules/backup/bin directory under the FreePBX modules. And the line that needs changing to point to your mounted S3 bucket is line 104 which begins with $backupdir =. Comment out the line with a leading # symbol, and then add a new line below it that looks like this: </i></p>
<p><code>$backupdir = "/mnt/s3fs/backups";</code></p>
<p><i>Once you&#8217;ve saved your change, remember to add a line at the end of /etc/rc.d/rc.local to automatically mount your S3 bucket when your system boots:</i><br />
<code><br />
s3fs weekly-backup /mnt/s3fs<br />
</code></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
