<feed xmlns='http://www.w3.org/2005/Atom'>
<title>backupninja/etc, branch feature/3891</title>
<subtitle>Backupninja</subtitle>
<id>https://cgit.fluxo.info/backupninja/atom?h=feature%2F3891</id>
<link rel='self' href='https://cgit.fluxo.info/backupninja/atom?h=feature%2F3891'/>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/'/>
<updated>2010-10-12T08:49:34+00:00</updated>
<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>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>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>added ninjareport</title>
<updated>2007-03-04T10:29:26+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2007-03-04T10:29:26+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=c0126ff1ef90513ce5df48fc41326704a2cef555'/>
<id>urn:sha1:c0126ff1ef90513ce5df48fc41326704a2cef555</id>
<content type='text'>
added ale to AUTHORS for ldap fixes
adjusted sys handler to allow for turning off of sfdisk (#404071)

</content>
</entry>
<entry>
<title>Add Jamie McClelland's cstream patches</title>
<updated>2006-12-15T23:13:47+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2006-12-15T23:13:47+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=ea468148c55ce56e0c106f7e98ed249f8ffb388c'/>
<id>urn:sha1:ea468148c55ce56e0c106f7e98ed249f8ffb388c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fixed automake problem if /etc/backup.d already exists</title>
<updated>2006-10-07T23:04:27+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2006-10-07T23:04:27+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=2276e5df3f9aa0a653edced1acf3b2dd3b3b114e'/>
<id>urn:sha1:2276e5df3f9aa0a653edced1acf3b2dd3b3b114e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Change /etc/backup.d permissions to need 0770 for admingroup</title>
<updated>2006-10-07T03:59:32+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2006-10-07T03:59:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=787e4aadd2aa9786c95d897d781ebd67d7dd5875'/>
<id>urn:sha1:787e4aadd2aa9786c95d897d781ebd67d7dd5875</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Added disk space report option (adam kosmin suggestion)</title>
<updated>2006-10-06T18:42:32+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2006-10-06T18:42:32+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=4ce9c573c8533d3b2f1ec6063342fadd06356540'/>
<id>urn:sha1:4ce9c573c8533d3b2f1ec6063342fadd06356540</id>
<content type='text'>
removed sys vserver not running noise report (anarcat suggestion)

</content>
</entry>
<entry>
<title>Added (commented out) the default VROOTDIR in the conffile, so that users know</title>
<updated>2006-07-24T20:23:20+00:00</updated>
<author>
<name>intrigeri</name>
<email>intrigeri@boum.org</email>
</author>
<published>2006-07-24T20:23:20+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=eaddb268492a59cdf5408b97d9340b2a777b1142'/>
<id>urn:sha1:eaddb268492a59cdf5408b97d9340b2a777b1142</id>
<content type='text'>
it can be changed.

</content>
</entry>
<entry>
<title>Added a slightly modified version of the anti-fascist patch (allows for</title>
<updated>2006-06-09T17:27:21+00:00</updated>
<author>
<name>Micah Anderson</name>
<email>micah@riseup.net</email>
</author>
<published>2006-06-09T17:27:21+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.fluxo.info/backupninja/commit/?id=489e294c50b6cba7545a110d26edd43e6b6e55ea'/>
<id>urn:sha1:489e294c50b6cba7545a110d26edd43e6b6e55ea</id>
<content type='text'>
a configurable admingroup to be set, instead of forcing it to be root),
closes debian bug#370396

</content>
</entry>
</feed>
