<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>BarmanBarman | Backup and Recovery Manager for business critical PostgreSQL databases</title>
	<atom:link href="http://www.pgbarman.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pgbarman.org</link>
	<description>Backup and Recovery Manager for business critical PostgreSQL databases</description>
	<lastBuildDate>Fri, 01 Feb 2013 07:04:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Barman 1.2.0 released</title>
		<link>http://www.pgbarman.org/barman-1-2-0-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=barman-1-2-0-released</link>
		<comments>http://www.pgbarman.org/barman-1-2-0-released/#comments</comments>
		<pubDate>Thu, 31 Jan 2013 08:00:46 +0000</pubDate>
		<dc:creator>Gabriele Bartolini</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[business continuity]]></category>
		<category><![CDATA[disaster recovery]]></category>
		<category><![CDATA[International News]]></category>
		<category><![CDATA[pgbarman]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.pgbarman.org/?p=537</guid>
		<description><![CDATA[2ndQuadrant is proud to announce the release of version 1.2.0 of Barman, Backup and Recovery Manager for PostgreSQL. This major release introduces automated support for retention policies based on redundancy of periodical backups or recovery window. Retention policies are integrated by a safety mechanism that allows administrators to specify a minimum number of periodical backups [...]]]></description>
			<content:encoded><![CDATA[<p>2ndQuadrant is proud to announce the release of version 1.2.0 of Barman, Backup and Recovery Manager for PostgreSQL. This major release introduces automated support for retention policies based on redundancy of periodical backups or recovery window.</p>
<p>Retention policies are integrated by a safety mechanism that allows administrators to specify a minimum number of periodical backups that must exist at any time for a server.</p>
<p>For a complete list of changes, see the &#8220;Release Notes&#8221; section below.</p>
<h2>Backup retention policies</h2>
<p>A backup retention policy is an user-defined policy that determines how long backups and related archive logs (Write Ahead Log segments in PostgreSQL) need to be retained for recovery procedures. Through the &#8216;retention_policy&#8217; configuration option, Barman retains the periodical backups required to satisfy the current retention policy, and any archived WAL files required for the complete recovery of those backups. Barman users can define a retention policy in terms of backup redundancy (how many periodical backups, e.g. 5) or a recovery window (how long, e.g. 3 months).</p>
<h2>Minimum redundancy safety</h2>
<p>Through the &#8216;minimum_redundancy&#8217; configuration option, Barman controls the minimum number of backups available at any time in the catalogue for a specific server. This feature will protect users from accidental delete operations.</p>
<h2>Links:</h2>
<ul>
<li>Website: <a href="http://www.pgbarman.org/">http://www.pgbarman.org/</a></li>
<li>Download: <a href="http://sourceforge.net/projects/pgbarman/files/">http://sourceforge.net/projects/pgbarman/files/</a></li>
<li>Documentation: <a href="http://www.pgbarman.org/documentation/">http://www.pgbarman.org/documentation/</a></li>
<li>Support: <a href="http://www.pgbarman.org/documentation/">http://www.pgbarman.org/support/</a></li>
</ul>
<h2>Sponsors:</h2>
<p>The open-source development of retention policies under GPL has been sponsored by a large European company that opted to remain anonymous.</p>
<h2>Release Notes:</h2>
<ul>
<li>Added the &#8220;retention_policy_mode&#8221; global/server option which defines the method for enforcing retention policies (currently only &#8220;auto&#8221;)</li>
<li>Added the &#8220;minimum_redundancy&#8221; global/server option which defines the minimum number of backups to be kept for a server</li>
<li>Added the &#8220;retention_policy&#8221; global/server option which defines retention policies management based on redunancy (e.g. REDUNDANCY 4) or recovery window (e.g. RECOVERY WINDOW OF 3 MONTHS)</li>
<li>Added retention policy support to the logging infrastructure, the &#8220;check&#8221; and the &#8220;status&#8221; commands</li>
<li>The &#8220;check&#8221; command now integrates minimum redundancy control</li>
<li>Added retention policy states (valid, obsolete and potentially obsolete) to &#8220;show-backup&#8221; and &#8220;list-backup&#8221; commands</li>
<li>The &#8216;all&#8217; keyword is now forbidden as server name</li>
<li>Added basic support for Nagios plugin output to the &#8216;check&#8217; command through the &#8211;nagios option</li>
<li>Barman now requires argh =&gt; 0.21.2 and argcomplete</li>
<li>Minor bug fixes</li>
</ul>
<h2>About Barman</h2>
<p>Barman (Backup and Recovery Manager) is an open-source administration tool for disaster recovery of PostgreSQL servers written in Python. It allows your organisation to perform remote backups of multiple servers in business critical environments and help DBAs during the recovery phase. Barman most wanted features include backup catalogues, retention policies, remote recovery, archiving and compression of WAL files and backups.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pgbarman.org/barman-1-2-0-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Barman presented at PGDay Australia!</title>
		<link>http://www.pgbarman.org/barman-presented-at-pgday-australia/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=barman-presented-at-pgday-australia</link>
		<comments>http://www.pgbarman.org/barman-presented-at-pgday-australia/#comments</comments>
		<pubDate>Mon, 28 Jan 2013 23:33:28 +0000</pubDate>
		<dc:creator>francesco.pallanti</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[australia]]></category>
		<category><![CDATA[conference]]></category>
		<category><![CDATA[pgday]]></category>

		<guid isPermaLink="false">http://www.pgbarman.org/?p=528</guid>
		<description><![CDATA[Gabriele Bartolini, Barman core team,  will presents PostgreSQL Disaster Recovery with Barman, a special talk to explain how Barman will help every database administrator to manage complex database architectures.]]></description>
			<content:encoded><![CDATA[<p>Australian PGDay 2013 is a chance Australian users and developers of PostgreSQL to catch up, learn, build relationships, get to know each other and consolidate a real network of professionals that use this outstanding product for the daily management of relational and object databases.</p>
<p>This will be the first ever PostgreSQL Users Group meeting in Melbourne. They will have 3 speakers across the entire day on a <a title="PGDay AU -  Day Schedule" href="http://2013.pgday.org.au/schedule/">wide range of topics</a>. The event will take place in Melbourne, Victoria on February 4, 2013.</p>
<p><a title="Gabriele Bartolini presents Barman" href="http://2013.pgday.org.au/speaker/gabriele-bartolini/">Gabriele Bartolini</a>, Barman core team,  will presents <strong>PostgreSQL Disaster Recovery with Barman</strong>, a special talk to explain how Barman will help every database administrator to manage complex database architectures.</p>
<p>More information on <a title="PGDay Australia" href="http://www.pgday.org.au">www.pgday.org.au</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pgbarman.org/barman-presented-at-pgday-australia/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Barman 1.1.2 released</title>
		<link>http://www.pgbarman.org/barman-1-1-2-released/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=barman-1-1-2-released</link>
		<comments>http://www.pgbarman.org/barman-1-1-2-released/#comments</comments>
		<pubDate>Mon, 10 Dec 2012 23:01:17 +0000</pubDate>
		<dc:creator>Gabriele Bartolini</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[announce]]></category>
		<category><![CDATA[business continuity]]></category>
		<category><![CDATA[disaster recovery]]></category>
		<category><![CDATA[International News]]></category>
		<category><![CDATA[pgbarman]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://blog.2ndquadrant.com/?p=517</guid>
		<description><![CDATA[Version 1.1.2 of Barman, backup and recovery manager for PostgreSQL, has been officially released and is publicly...]]></description>
			<content:encoded><![CDATA[<p>Version 1.1.2 of Barman, backup and recovery manager for PostgreSQL, has been officially released and is publicly available for download.</p>
<p>This minor release includes:</p>
<ul>
<li>Support for the &#8220;configuration_files_directory&#8221; option that allows to include multiple server configuration files from a directory</li>
<li>Support for special backup IDs: latest, last, oldest, first</li>
<li>Management of multiple servers to the &#8216;list-backup&#8217; command: &#8216;barman list-backup all&#8217; now list backups for all the configured servers.</li>
<li>Support for &#8220;application_name&#8221; management for PostgreSQL &gt;= 9.0</li>
<li>Fix of bug #18: ignore missing WAL files if not found during delete</li>
</ul>
<h2>Download and general information</h2>
<p>You can find more information on Barman at <a href="http://www.pgbarman.org/">www.pgbarman.org</a>.</p>
<p><a href="https://sourceforge.net/projects/pgbarman/files/1.1.2/">Download:</a></p>
<ul>
<li><a href="http://sourceforge.net/projects/pgbarman/files/1.1.2/barman-1.1.2.tar.gz/download">Sources</a></li>
<li><a href="http://sourceforge.net/projects/pgbarman/files/1.1.2/barman-1.1.2-1.rhel5.noarch.rpm/download">RPMs for RHEL/CentOS 5</a> (<a href="https://sourceforge.net/projects/pgbarman/files/rhel5-deps/">dependencies</a>)</li>
<li><a href="http://sourceforge.net/projects/pgbarman/files/1.1.2/barman-1.1.2-1.rhel6.noarch.rpm/download">RPMs for RHEL/CentOS 6</a> (<a href="https://sourceforge.net/projects/pgbarman/files/rhel6-deps/">dependencies</a>)</li>
<li><a href="http://pypi.python.org/pypi/barman/1.1.2">PyPI</a></li>
<li><a href="http://www.pgbarman.org/documentation">Documentation</a></li>
</ul>
<h2>About Barman</h2>
<p><a href="http://www.pgbarman.org/">Barman</a> (acronym for Backup And Recovery MANager)<br />
is an open source administration tool for disaster recovery of PostgreSQL servers written<br />
in Python for Linux systems. It allows remote backups of multiple Postgres servers in<br />
business critical environments and helps database administrators during the recovery phase.</p>
<p>Barman&#8217;s most wanted features include backup catalogues, retention policies,<br />
remote recovery, archiving and compression of WAL files and backups.<br />
Built on top of PostgreSQL&#8217;s robust and reliable Point-In-Time-Recovery technology,<br />
Barman allows database administrators to manage the backup and recovery phases<br />
of several PostgreSQL database servers from a centralised location, using an<br />
intuitive command interface.</p>
<p>Barman is distributed under GNU GPL 3.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pgbarman.org/barman-1-1-2-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Managing the backup of several PostgreSQL servers with Barman</title>
		<link>http://www.pgbarman.org/managing-the-backup-of-several-postgresql-servers-with-barman/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=managing-the-backup-of-several-postgresql-servers-with-barman</link>
		<comments>http://www.pgbarman.org/managing-the-backup-of-several-postgresql-servers-with-barman/#comments</comments>
		<pubDate>Tue, 04 Dec 2012 18:41:48 +0000</pubDate>
		<dc:creator>Gabriele Bartolini</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[configuration files directory]]></category>
		<category><![CDATA[disaster recovery]]></category>
		<category><![CDATA[Gabriele's PlanetPostgreSQL]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[system administration]]></category>
		<category><![CDATA[unix]]></category>

		<guid isPermaLink="false">http://blog.2ndquadrant.com/?p=507</guid>
		<description><![CDATA[One of the key aspects of Barman is the possibility to remotely backup multiple PostgreSQL servers from...]]></description>
			<content:encoded><![CDATA[<p>One of the key aspects of <a title="During installation, cluster initialisation fails with the message “No error” on Windows" href="http://www.pgbarman.org/">Barman</a> is the possibility to remotely backup multiple PostgreSQL servers from one single backup host. The upcoming version 1.1.2 of Barman will make this much easier from a system administrator&#8217;s point of view. Let&#8217;s see why.</p>
<p><span id="more-507"></span></p>
<p>With Barman you can use the backup host as a simple backup server, and simply <strong>store</strong> backup data regarding different PostgreSQL version servers. Or plan to use it for recovery as well (local recovery). In this case you need to install every PostgreSQL version for which you need to perform local recovery.</p>
<p>In these first 5 months of Barman&#8217;s life, we have received a few requests from users (mainly system administrators) around the world asking to simplify the management of backups for several databases. My personal opinion is that this use case is typical of hosting companies or big organisations.</p>
<p>The upcoming <strong>1.1.2 release</strong> of Barman will include the so called <strong>configuration files directory</strong> setting, which allows system administrators and DBAs to specify a directory that will contain server directives. For example, you can define in Barman&#8217;s global configuration section the following option:</p>
<pre>configuration_files_directory = /etc/barman.d</pre>
<p>This option will make Barman look for <strong>*.conf</strong> files in that directory and evaluate them on the fly. Suppose you have to manage the backup of 6 or more PostgreSQL instances, you can specify a different file for each of those instances and name it in a meaningful way:</p>
<pre>|- /etc
  |- barman.d
    |- 01-angus.conf
    |- 02-malcolm.conf
    |- 03-bon.conf.disabled
    |- 04-brian.conf
    |- 05-phil.conf
    |- 06-chris.conf
    |- ...</pre>
<p>Then specify a server configuration in <tt>/etc/barman.d/01-angus.conf</tt>:</p>
<pre>[angus]
description = Angus Rocks
ssh_command = ssh angus
conninfo = host=angus port=5432 user=postgres dbname=postgres
</pre>
<p>Adding a new server or disabling/removing a server becomes as trivial as adding a new file or renaming it.</p>
<p>If you type &#8220;barman list-server&#8221; you get:</p>
<pre>angus - Angus Rocks
brian - Brian screams
chris - Chris on the bass
...
</pre>
<p>This behaviour is quite spread on Linux applications and allows to improve the integration of Barman with configuration managers such as <a href="http://www.puppetlabs.com/">Puppet</a>.</p>
<p>More information on this feature is available in the <a href="http://docs.pgbarman.org/#_basic_configuration">online documentation of Barman, in the basic configuration section</a>.</p>
<p>Another interesting feature added in version 1.1.2 is the <strong>shortcut ID for backups</strong>. Barman now manages shortcut aliases for backup identifiers such as <strong>latest/last</strong> or<strong> oldest/first</strong>.</p>
<p>This means that you can now type &#8220;<tt>barman delete SERVER_ID oldest</tt>&#8221; and easily delete the oldest backup available for that server, or type &#8220;<tt>barman show-backup SERVER_ID latest</tt>&#8221; to get information about the latest backup available for that server. Cool, isn&#8217;t it? <img src='http://www.pgbarman.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>So, stay tuned for version 1.1.2! Ciao!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pgbarman.org/managing-the-backup-of-several-postgresql-servers-with-barman/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barman 1.1.1 packages available for Ubuntu 12.04 (Precise Pangolin)</title>
		<link>http://www.pgbarman.org/barman-1-1-1-packages-available-for-ubuntu-12-04-precise-pangolin/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=barman-1-1-1-packages-available-for-ubuntu-12-04-precise-pangolin</link>
		<comments>http://www.pgbarman.org/barman-1-1-1-packages-available-for-ubuntu-12-04-precise-pangolin/#comments</comments>
		<pubDate>Wed, 31 Oct 2012 23:29:08 +0000</pubDate>
		<dc:creator>Gabriele Bartolini</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[pgbarman]]></category>
		<category><![CDATA[precise pangolin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://blog.2ndquadrant.com/?p=432</guid>
		<description><![CDATA[Barman 1.1.1 was released few days ago, but until now it wasn’t available for Ubuntu 12.04. Now,...]]></description>
			<content:encoded><![CDATA[<p>Barman 1.1.1 was released few days ago, but until now it wasn’t available for Ubuntu 12.04.</p>
<p>Now, you can simply add the below PPA to get the latest version of Barman in your Ubuntu 12.04 LTS.</p>
<p>This quick tutorial will show you how to add Barman Official PPA in Ubuntu 12.04.</p>
<p><strong>Objectives:</strong></p>
<ul>
<li>Add Barman Official PPA in Ubuntu 12.04 (Precise Pangolin)</li>
<li>Install the latest version of Barman</li>
<li>Enjoy!</li>
</ul>
<p>To get started, run the commands below to add the PPA (Personal Package Archive) to your software sources. If you miss the <tt>add-apt-repository</tt> command please install the <tt>python-software-properties</tt> package</p>
<pre class="brush: plain; title: ; notranslate">
sudo add-apt-repository ppa:mnencia/barman
</pre>
<p>Next, run the commands below to update your package indexes.</p>
<pre class="brush: plain; title: ; notranslate">
sudo apt-get update
</pre>
<p>Finally, run the commands below to install Barman.</p>
<pre class="brush: plain; title: ; notranslate">
sudo apt-get install barman
</pre>
<p>Barman is installed in your system.</p>
<p>To configure and run it you can now follow the <a href="http://sourceforge.net/projects/pgbarman/files/1.1.1/barman-tutorial.en.pdf" title="Official Barman Tutorial" >Official Barman Tutorial</a></p>
<p>That&#8217;s all!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pgbarman.org/barman-1-1-1-packages-available-for-ubuntu-12-04-precise-pangolin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barman 1.1.1</title>
		<link>http://www.pgbarman.org/barman-1-1-1/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=barman-1-1-1</link>
		<comments>http://www.pgbarman.org/barman-1-1-1/#comments</comments>
		<pubDate>Sat, 20 Oct 2012 14:45:52 +0000</pubDate>
		<dc:creator>Gabriele Bartolini</dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.pgbarman.org/?p=505</guid>
		<description><![CDATA[2ndQuadrant announces the release of Barman 1.1.1. This minor version fixes a small bug with the &#8220;barman recover&#8221; command, introduced with version 1.1.0. Barman users are encouraged to update their systems to this version, which can be downloaded from Sourceforge.net.]]></description>
			<content:encoded><![CDATA[<p>2ndQuadrant announces the release of Barman 1.1.1.</p>
<p>This minor version fixes a small bug with the &#8220;barman recover&#8221; command, introduced with version 1.1.0.</p>
<p>Barman users are encouraged to update their systems to this version, which can be <a href="https://sourceforge.net/projects/pgbarman/files/1.1.1/">downloaded from Sourceforge.net</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pgbarman.org/barman-1-1-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barman 1.1.0</title>
		<link>http://www.pgbarman.org/barman-1-1-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=barman-1-1-0</link>
		<comments>http://www.pgbarman.org/barman-1-1-0/#comments</comments>
		<pubDate>Sun, 14 Oct 2012 20:07:04 +0000</pubDate>
		<dc:creator>Gabriele Bartolini</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[release]]></category>

		<guid isPermaLink="false">http://www.pgbarman.org/?p=502</guid>
		<description><![CDATA[Version 1.1.0 is the second release of Barman. Debian/Ubuntu packages are now available as well. This release includes: Support for hook scripts to be executed before and after a &#8216;backup&#8217; command through the &#8216;pre_backup_script&#8217; and &#8216;post_backup_script&#8217; configuration options. Management of multiple servers to the &#8216;backup&#8217; command. &#8216;barman backup all&#8217; now iteratively backs up all the [...]]]></description>
			<content:encoded><![CDATA[<p>Version 1.1.0 is the second release of Barman. Debian/Ubuntu packages are now available as well.</p>
<p><span id="more-502"></span></p>
<p>This release includes:</p>
<ul>
<li>Support for hook scripts to be executed before and after a &#8216;backup&#8217; command through the &#8216;pre_backup_script&#8217; and &#8216;post_backup_script&#8217; configuration options.</li>
<li>Management of multiple servers to the &#8216;backup&#8217; command. &#8216;barman backup all&#8217; now iteratively backs up all the configured servers.</li>
<li>Fixed bug #9: &#8220;9.2 issue with pg_tablespace_location()&#8221;</li>
<li>Add warning in recovery when file location options have been defined in the postgresql.conf file (issue #10)</li>
<li>Fail fast on recover command if the destination directory contains the &#8216;:&#8217; character (Closes: #4) or if an invalid tablespace relocation rule is passed</li>
<li>Report an informative message when pg_start_backup() invocation fails because an exclusive backup is already running (Closes: #8)</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pgbarman.org/barman-1-1-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Barman 1.0.0</title>
		<link>http://www.pgbarman.org/barman-1-0-0/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=barman-1-0-0</link>
		<comments>http://www.pgbarman.org/barman-1-0-0/#comments</comments>
		<pubDate>Sun, 08 Jul 2012 21:49:44 +0000</pubDate>
		<dc:creator>Gabriele Bartolini</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[disaster recovery]]></category>
		<category><![CDATA[PostgreSQL]]></category>
		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://blog.2ndquadrant.com/?p=148</guid>
		<description><![CDATA[Version 1.0.0 is the first stable release of Barman, Backup and Recovery Manager for PostgreSQL, this is a major release of the open source project.]]></description>
			<content:encoded><![CDATA[<p>Version 1.0.0 is the first stable release of Barman, Backup and Recovery Manager for PostgreSQL, to be distributed as open-source.</p>
<p>This major release is an important milestone in the lifecycle of the project, and includes:</p>
<ul>
<li>Backup of multiple PostgreSQL servers, with different versions. Versions from PostgreSQL 8.4 and above are supported</li>
<li>Support for secure remote backup (through SSH)</li>
<li>Management of a catalog of backups for every server, allowing users to easily create new backups, delete old ones or restore them</li>
<li>Compression of WAL files that can be configured on a per server basis using compression/decompression filters, both predefined (gzip and bzip2) or custom</li>
<li>Support for INI configuration file with global and per-server directives. Default location for configuration files are /etc/barman.conf or ~/.barman.conf. The ‘-c’ option allows users to specify a different one</li>
<li>Simple indexing of base backups and WAL segments that does not require a local database</li>
<li>Maintenance mode (invoked through the ‘cron’ command) which performs ordinary operations such as WAL archival and compression, catalog updates, etc.</li>
<li>Added the ‘backup’ command which takes a full physical base backup of the given PostgreSQL server configured in Barman</li>
<li>Added the ‘recover’ command which performs local recovery of a given backup, allowing DBAs to specify a point in time. The ‘recover’ command supports relocation of both the PGDATA directory and, where applicable, the tablespaces</li>
<li>Added the ‘–remote-ssh-command’ option to the ‘recover’ command for remote recovery of a backup. Remote recovery does not currently support relocation of tablespaces</li>
<li>Added the ‘list-server’ command that lists all the active servers that have been configured in barman</li>
<li>Added the ‘show-server’ command that shows the relevant information for a given server, including all configuration options</li>
<li>Added the ‘status’ command which shows information about the current state of a server, including Postgres version, current transaction ID, archive command, etc.</li>
<li>Added the ‘check’ command which returns 0 if everything Barman needs is functioning correctly</li>
<li>Added the ‘list-backup’ command that lists all the available backups for a given server, including size of the base backup and total size of the related WAL segments</li>
<li>Added the ‘show-backup’ command that shows the relevant information for a given backup, including time of start, size, number of related WAL segments and their size, etc.</li>
<li>Added the ‘delete’ command which removes a backup from the catalog</li>
<li>Added the ‘list-files’ command which lists all the files for a single backup</li>
<li>RPM Package for RHEL 5/6</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.pgbarman.org/barman-1-0-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Use Barman</title>
		<link>http://www.pgbarman.org/homepage-post/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=homepage-post</link>
		<comments>http://www.pgbarman.org/homepage-post/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 15:27:47 +0000</pubDate>
		<dc:creator>mc_devise</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[homepage]]></category>

		<guid isPermaLink="false">http://localhost/test/?p=42</guid>
		<description><![CDATA[WHY USE BARMAN? Barman: disaster recovery for business critical PostgreSQL databases Only one in two companies has a database disaster recovery plan in place. Among them, 50% have implemented it only after experiencing a severe data loss or down-time. Do not wait until it is too late. Act pre-emptively. Discover how Barman and 2ndQuadrant can [...]]]></description>
			<content:encoded><![CDATA[<div class="upper-title">WHY USE BARMAN?</div>
<h1>Barman: disaster recovery for business critical PostgreSQL databases</h1>
<div class="mobile-box">
<div class="mobile-box-img"></div>
<div class="box-text">
<p>Only one in two companies has a <strong>database disaster recovery plan</strong> in place. Among them, 50% have implemented it only after experiencing a <strong>severe data loss</strong> or <strong>down-time</strong>.</p>
<p><a href="http://www.pgbarman.org/about/"><img class="alignright" src="http://www.pgbarman.org/wp-content/themes/c3/images/btn_plus_white.gif" alt="" width="35" height="35" border="0" /></a> Do not wait until it is too late. Act pre-emptively. <a title="About" href="http://www.pgbarman.org/about/">Discover how <abbr title="Backup and Recovery Manager">Barman</abbr></a> and 2ndQuadrant can help you secure your business critical PostgreSQL databases.</p>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.pgbarman.org/homepage-post/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
