<?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: Automating snapshots of EC2 EBS volumes	</title>
	<atom:link href="https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/feed/" rel="self" type="application/rss+xml" />
	<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/</link>
	<description>100% Focus On AWS // 100% Customer Obsession</description>
	<lastBuildDate>Mon, 14 Sep 2015 08:19:44 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: Ben Bridts		</title>
		<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-18</link>

		<dc:creator><![CDATA[Ben Bridts]]></dc:creator>
		<pubDate>Mon, 14 Sep 2015 08:19:44 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=399#comment-18</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-17&quot;&gt;Prashant&lt;/a&gt;.

Hi Prashant,

Which link did you follow? If you look at the Readme of https://github.com/colinbjohnson/aws-missing-tools/tree/master/ec2-automate-backup? This uses the new version with python and the aws-cli.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-17">Prashant</a>.</p>
<p>Hi Prashant,</p>
<p>Which link did you follow? If you look at the Readme of <a href="https://github.com/colinbjohnson/aws-missing-tools/tree/master/ec2-automate-backup" rel="nofollow ugc">https://github.com/colinbjohnson/aws-missing-tools/tree/master/ec2-automate-backup</a>? This uses the new version with python and the aws-cli.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Prashant		</title>
		<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-17</link>

		<dc:creator><![CDATA[Prashant]]></dc:creator>
		<pubDate>Fri, 04 Sep 2015 07:21:33 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=399#comment-17</guid>

					<description><![CDATA[I am unable to backup EC2 EBS volumes.i have gone through above link]]></description>
			<content:encoded><![CDATA[<p>I am unable to backup EC2 EBS volumes.i have gone through above link</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Stephan		</title>
		<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-16</link>

		<dc:creator><![CDATA[Stephan]]></dc:creator>
		<pubDate>Sat, 04 Jul 2015 12:07:31 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=399#comment-16</guid>

					<description><![CDATA[For those who are not familiar with with scripts I have written an easy to use windows tool that allows you to schedule starts/stops/backups of EC2 and RDS instances:
http://www.automaticloud.net]]></description>
			<content:encoded><![CDATA[<p>For those who are not familiar with with scripts I have written an easy to use windows tool that allows you to schedule starts/stops/backups of EC2 and RDS instances:<br />
<a href="http://www.automaticloud.net" rel="nofollow ugc">http://www.automaticloud.net</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ben Bridts		</title>
		<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-15</link>

		<dc:creator><![CDATA[Ben Bridts]]></dc:creator>
		<pubDate>Mon, 06 Apr 2015 19:03:40 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=399#comment-15</guid>

					<description><![CDATA[Hi Trent,

The snapshots are indeed not guaranteed to be consistent. They will only contain the data that&#039;s written to disk. If you require consistency when creating snapshots (eg. for your database servers), have a look at https://github.com/alestic/ec2-consistent-snapshot . The setup is more complex though.

Recently we stopped using this script, and started using Ansible to create snapshots. You can read more about that here: https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/ . The Ansible modules do not support consistent snapshots at the moment, but it&#039;s definitely something we want to implement in the future.]]></description>
			<content:encoded><![CDATA[<p>Hi Trent,</p>
<p>The snapshots are indeed not guaranteed to be consistent. They will only contain the data that&#8217;s written to disk. If you require consistency when creating snapshots (eg. for your database servers), have a look at <a href="https://github.com/alestic/ec2-consistent-snapshot" rel="nofollow ugc">https://github.com/alestic/ec2-consistent-snapshot</a> . The setup is more complex though.</p>
<p>Recently we stopped using this script, and started using Ansible to create snapshots. You can read more about that here: <a href="https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/" rel="ugc">https://cloudar.be/awsblog/instance-and-snapshot-management-with-ansible/</a> . The Ansible modules do not support consistent snapshots at the moment, but it&#8217;s definitely something we want to implement in the future.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: trent		</title>
		<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-14</link>

		<dc:creator><![CDATA[trent]]></dc:creator>
		<pubDate>Mon, 30 Mar 2015 20:41:28 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=399#comment-14</guid>

					<description><![CDATA[No unmounting or freezing of the filesystem as AWS recommends?  The script unfortunately isn&#039;t that useful to run centrally since it can&#039;t go freeze all the filesystems while the snapshot runs.]]></description>
			<content:encoded><![CDATA[<p>No unmounting or freezing of the filesystem as AWS recommends?  The script unfortunately isn&#8217;t that useful to run centrally since it can&#8217;t go freeze all the filesystems while the snapshot runs.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Wes		</title>
		<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-13</link>

		<dc:creator><![CDATA[Wes]]></dc:creator>
		<pubDate>Mon, 02 Feb 2015 19:41:10 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=399#comment-13</guid>

					<description><![CDATA[Hi Roger,

I finally got it working, however, I would like the name of all my instances to be included, in the snapshot, as volume-id is less desirable. how would I modify the code to do this?]]></description>
			<content:encoded><![CDATA[<p>Hi Roger,</p>
<p>I finally got it working, however, I would like the name of all my instances to be included, in the snapshot, as volume-id is less desirable. how would I modify the code to do this?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Roger		</title>
		<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-12</link>

		<dc:creator><![CDATA[Roger]]></dc:creator>
		<pubDate>Thu, 15 Jan 2015 16:25:04 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=399#comment-12</guid>

					<description><![CDATA[Thanks for your contribution! It works perfect!
I just had to change the tag -t &#039;Backup=true&#039; by tag -t &#039;Backup,Values=true&#039; . Otherwise describe-volumes didn&#039;t detect my volumes with tag Backup on true.]]></description>
			<content:encoded><![CDATA[<p>Thanks for your contribution! It works perfect!<br />
I just had to change the tag -t &#8216;Backup=true&#8217; by tag -t &#8216;Backup,Values=true&#8217; . Otherwise describe-volumes didn&#8217;t detect my volumes with tag Backup on true.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Bart Van Hecke		</title>
		<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-11</link>

		<dc:creator><![CDATA[Bart Van Hecke]]></dc:creator>
		<pubDate>Thu, 11 Dec 2014 08:11:59 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=399#comment-11</guid>

					<description><![CDATA[Hi Colin,

Thanks for the suggestion!
We&#039;ll give it a try...

Cheers,

Bart]]></description>
			<content:encoded><![CDATA[<p>Hi Colin,</p>
<p>Thanks for the suggestion!<br />
We&#8217;ll give it a try&#8230;</p>
<p>Cheers,</p>
<p>Bart</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Colin Johnson		</title>
		<link>https://cloudar.be/awsblog/automating-snapshotsbackups-of-ec2-ebs-volumes/#comment-10</link>

		<dc:creator><![CDATA[Colin Johnson]]></dc:creator>
		<pubDate>Sat, 18 Oct 2014 06:06:41 +0000</pubDate>
		<guid isPermaLink="false">https://cloudar.be/?p=399#comment-10</guid>

					<description><![CDATA[Saw your writeup on ec2-automate-backup (I&#039;m the author) - you might try the aws-cli (https://github.com/colinbjohnson/aws-missing-tools/blob/master/ec2-automate-backup/ec2-automate-backup-awscli.sh) version instead, which does away with the requirement for the Java install, instead relying on Amazon&#039;s python based aws-cli (http://aws.amazon.com/cli/).]]></description>
			<content:encoded><![CDATA[<p>Saw your writeup on ec2-automate-backup (I&#8217;m the author) &#8211; you might try the aws-cli (<a href="https://github.com/colinbjohnson/aws-missing-tools/blob/master/ec2-automate-backup/ec2-automate-backup-awscli.sh" rel="nofollow ugc">https://github.com/colinbjohnson/aws-missing-tools/blob/master/ec2-automate-backup/ec2-automate-backup-awscli.sh</a>) version instead, which does away with the requirement for the Java install, instead relying on Amazon&#8217;s python based aws-cli (<a href="http://aws.amazon.com/cli/" rel="nofollow ugc">http://aws.amazon.com/cli/</a>).</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
