<feed xmlns='http://www.w3.org/2005/Atom'>
<title>backupninja/src, branch master</title>
<subtitle>Backupninja</subtitle>
<id>https://git.fluxo.info/backupninja/atom?h=master</id>
<link rel='self' href='https://git.fluxo.info/backupninja/atom?h=master'/>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/'/>
<updated>2014-06-14T13:47:05+00:00</updated>
<entry>
<title>Ignore files ending in ~</title>
<updated>2014-06-14T13:47:05+00:00</updated>
<author>
<name>Mark Janssen -- Sig-I/O Automatisering</name>
<email>mark@sig-io.nl</email>
</author>
<published>2014-06-11T12:44:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=21bcb7e6bd0a4b226e9932691736802189d33238'/>
<id>urn:sha1:21bcb7e6bd0a4b226e9932691736802189d33238</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix indentation (thanks to exobuzz for the patch, closes: Redmine#6726).</title>
<updated>2014-02-22T10:20:40+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2014-02-22T10:18:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=5b05d8ff402ba94142e8e93bcac3091c2103159c'/>
<id>urn:sha1:5b05d8ff402ba94142e8e93bcac3091c2103159c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>set autotools markers and default application paths</title>
<updated>2012-11-26T17:30:40+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2012-11-26T17:30:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=4c7660f2013c6a9347085fa56bc2d81cdafd36c9'/>
<id>urn:sha1:4c7660f2013c6a9347085fa56bc2d81cdafd36c9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make it clear what lockfile could not be acquired.</title>
<updated>2012-06-11T13:55:24+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2012-06-11T13:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=7af82be3ecf950fd19190d06fb9ad0f3f0aca97a'/>
<id>urn:sha1:7af82be3ecf950fd19190d06fb9ad0f3f0aca97a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fix "Locking mechanism causes variable problem".</title>
<updated>2011-07-18T22:24:18+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2011-07-18T22:24:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=52eb8d0c4b4b1d9f0777c6f0b9ff4d4a86858874'/>
<id>urn:sha1:52eb8d0c4b4b1d9f0777c6f0b9ff4d4a86858874</id>
<content type='text'>
Thanks to Olivier Berger for the patch.
</content>
</entry>
<entry>
<title>Implement locking with flock</title>
<updated>2010-12-24T08:28:31+00:00</updated>
<author>
<name>Olivier Berger</name>
<email>oberger@ouvaton.org</email>
</author>
<published>2010-12-24T08:28:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=c5832421a551550a87dc4ff1062ae659b67b332e'/>
<id>urn:sha1:c5832421a551550a87dc4ff1062ae659b67b332e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Enable pg_dump format option.</title>
<updated>2010-10-12T08:49:34+00:00</updated>
<author>
<name>Jacob Anawalt</name>
<email>jlanawalt@gmail.com</email>
</author>
<published>2010-10-12T00:53:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=7355535ee18efc472f5a598b8474e8d05765d6f1'/>
<id>urn:sha1:7355535ee18efc472f5a598b8474e8d05765d6f1</id>
<content type='text'>
The format option of pg_dump enables tar and custom archive file formats in
addition to the default plain-text file containing SQL commands.

When either the tar or custom format are selected the behaviour of database=all is changed to no longer dump a single file via pg_dumpall. Instead pg_dumpall
is called once to export the "global" data (roles &amp; tablespaces) and then
pg_dump is called once for each non-template table in the database.

To support the GZIP and GZIP_OPTS variables in backupninja and to give the
default --rsyncable gzip compression flag a chance at working on a PostgreSQL
backup, the custom output is forced to not use compression. Instead compression
is done via a pipe to gzip. Hopefully this benefits rsync and rdiff-backup
style backups for reduced backup and storage costs that outweigh the
restoration ones.
</content>
</entry>
<entry>
<title>Do not error out when no job is configured (Closes: #597684)</title>
<updated>2010-09-22T18:47:34+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2010-09-22T18:47:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=d598a50cb9b55edd073a03b2ae6a5ba28a117551'/>
<id>urn:sha1:d598a50cb9b55edd073a03b2ae6a5ba28a117551</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added GZIP_OPTS option, defaulting to --rsyncable.</title>
<updated>2010-06-14T17:06:59+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2010-06-14T17:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=aeca6912a8f67ecf69ba9b8a436a2a695e5f3acc'/>
<id>urn:sha1:aeca6912a8f67ecf69ba9b8a436a2a695e5f3acc</id>
<content type='text'>
... so that this option can be disabled on systems that don't support it.
This also allows to use another compression program, such as pbzip2 on SMP
machines (closes Roundup bug #2405).
</content>
</entry>
<entry>
<title>set BACKUPNINJA_DEBUG when invoked with -d (Closes: #537266)</title>
<updated>2010-01-09T00:19:21+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2010-01-09T00:19:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.fluxo.info/backupninja/commit/?id=0fbd8744f5c10649b7239c3199dae229a30e10a9'/>
<id>urn:sha1:0fbd8744f5c10649b7239c3199dae229a30e10a9</id>
<content type='text'>
</content>
</entry>
</feed>
