<feed xmlns='http://www.w3.org/2005/Atom'>
<title>backupninja/src, branch bug/3882</title>
<subtitle>Backupninja</subtitle>
<id>https://cgit.fluxo.info/backupninja/atom?h=bug%2F3882</id>
<link rel='self' href='https://cgit.fluxo.info/backupninja/atom?h=bug%2F3882'/>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/'/>
<updated>2011-07-18T22:24:18+00:00</updated>
<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://cgit.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://cgit.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://cgit.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://cgit.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://cgit.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://cgit.fluxo.info/backupninja/commit/?id=0fbd8744f5c10649b7239c3199dae229a30e10a9'/>
<id>urn:sha1:0fbd8744f5c10649b7239c3199dae229a30e10a9</id>
<content type='text'>
</content>
</entry>
<entry>
<title>reportspace: skip non-directories and places that don't exist on the local filesystem (Closes: #536049)</title>
<updated>2010-01-05T13:34:30+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2010-01-05T13:34:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=49bfd02bd3ee6eccc2eaa0a7c668c46b4a15af0a'/>
<id>urn:sha1:49bfd02bd3ee6eccc2eaa0a7c668c46b4a15af0a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Fixed indentation</title>
<updated>2010-01-05T13:31:57+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2010-01-05T13:31:57+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=172b0e3341cb60ffed14eea306373d696dacc600'/>
<id>urn:sha1:172b0e3341cb60ffed14eea306373d696dacc600</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Adding optional report of infos sent by handlers in the email (closes #563734)</title>
<updated>2010-01-05T12:39:32+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2010-01-05T12:39:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=8fb9415609b3181d8522f42115508dd7a3643345'/>
<id>urn:sha1:8fb9415609b3181d8522f42115508dd7a3643345</id>
<content type='text'>
Cherry-picked and re-indented patch 76792c8f45afa1fdaeb81c2af77499ca0b83ce64
from Olivier Berger.

Conflicts:

	src/backupninja.in
</content>
</entry>
<entry>
<title>autotools: added the stat command to the automagically replaced ones</title>
<updated>2009-12-25T03:09:29+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2009-12-25T03:09:29+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=4996d8deb7fcf366f5c012ae919b1245db3d7b6a'/>
<id>urn:sha1:4996d8deb7fcf366f5c012ae919b1245db3d7b6a</id>
<content type='text'>
... hoping it will help supporting *BSD some day.
</content>
</entry>
</feed>
