aboutsummaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Collapse)Author
2011-05-15Merge commit 'backupninja-0.9.9' into debianintrigeri
2011-04-26Add sshoptions to rdiff example config file.intrigeri
2011-04-25Adding new optionOlivier Berger
2011-02-16Make units clearer (Closes Redmine bug #2737).intrigeri
2011-01-27Documentation: recommend using 4096 bits RSA keys everywhere.intrigeri
2010-10-12Enable pg_dump format option.Jacob Anawalt
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 & 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.
2010-09-12Refresh configure and other autoconf/autotools stuff.intrigeri
2010-08-26Merge branch 'master' into debianintrigeri
Conflicts: examples/example.ldap
2010-06-14Fix ssl and tls options description (Closes Roundup bug #2407)intrigeri
2010-05-10Added /var/cache/backupninja/duplicity to default excludes.intrigeri
... for rdiff.helper, dup.helper, example.dup and example.rdiff.
2010-05-06Added ftp_password option.intrigeri
This is the only way to securely transmit the FTP password from backupninja to duplicity.
2010-05-06Better example.dup documentation. Thanks, Alster!intrigeri
2010-05-06Rephrase, reformat and sync example dup configuration.intrigeri
2010-01-29fix bad upstream mergeMicah Anderson
2010-01-29fix configure script, which came from previous releaseMicah Anderson
2010-01-29Merge branch 'master' into debianMicah Anderson
Conflicts: AUTHORS examples/example.ldap
2010-01-29added missing newline to the end of example.ldapMicah Anderson
2010-01-27fix alpha sort order in examples/Makefile.am to be less confusingMicah Anderson
2010-01-26fix alpha sort order in examples/Makefile.am to be less confusingMicah Anderson
2010-01-17Merge branch 'master' into debianMicah Anderson
Conflicts: AUTHORS ChangeLog handlers/maildir.in handlers/mysql.in handlers/rsync.in handlers/sys.helper.in handlers/sys.in src/backupninja.in
2010-01-09dup: support backups to Amazon S3 bucketsintrigeri
Thanks to stefan <s.freudenberg@jpberlin.de> for the patch. This fixes Redmine bug #658.
2009-12-25fix copy'n'paste doc errorintrigeri
2009-08-27Standardize the example file format. Making the comments have the sameMicah Anderson
number of hash marks, clearly specify example settings and what the defaults are set to.
2009-07-09added sshoptions variable to the maildir handler for arbitrary options that ↵Micah Anderson
you might need to pass updated the example.maildir to include this option, as well as detail the missing desid_file, destport
2009-07-08The "desturl" parameter support in duplicity handler was somehowMicah Anderson
completely removed from the debian package since 0.9.6-1. The handler included in the debian package is the one from 0.9.5-3. This brings them back into line.
2009-02-19move the branches directories up to the root of the repositoryMicah Anderson
2009-02-19creating a debian only branch out of what used to be a subversion repositoryMicah Anderson
2009-01-22sys: new lvm option to backup LVM metadata of every detected volume groupintrigeri
2009-01-22sys: new luksheaders option to backup the Luks header of every Luks deviceintrigeri
2008-12-09mysql: new sqldumpoptions config variable (Closes: #502966)intrigeri
2008-07-06clarify how the nodata option should be specified in the config file for mysqlMicah Anderson
2008-07-06fix language to make senseMicah Anderson
2008-06-24add the ability to save the debconf package selection states in the sys ↵Micah Anderson
handler, which aides in restoring installed packages with the right choices made
2008-06-24made mktemp a requirement for building backupninja, added autotools ↵Micah Anderson
variables to substitute the proper binary location and removed bad fall-back when mktemp was not there
2008-06-24sys: support selection of VServers to run on with the new vsnames ↵intrigeri
configuration option (Closes: Trac#45)
2008-06-24dup: warn about bandwithlimit being unused when desturl is setintrigeri
2008-06-24dup: support every duplicity-supported transport with new configuration ↵intrigeri
option desturl (Closes: #483712, #346040, Trac#2)
2007-12-02add missing parameter to rsyncMicah Anderson
2007-11-26dup: new tmpdir config option, useful when duplicity fills up /tmpintrigeri
2007-11-24Fixes for Trac#24Micah Anderson
2007-11-24actually include the example fileMicah Anderson
2007-11-24fixed Trac #1, actually add example.rsyncMicah Anderson
2007-11-06add example.rsync and updated rsync handler from rhattoMicah Anderson
2007-11-02remove rsnap and rename rub handler to rsync, after consultation with rhattoMicah Anderson
2007-11-02added nodata option to mysql handler, thanks to Daniel Bonniot (Closes: 408829)Micah Anderson
2007-11-02added ignore_version option to rdiff handler to enable you override the ↵Micah Anderson
version check
2007-06-19rdiff: handle "keep = yes" to disable old backups removal (Closes: #424633)intrigeri
2007-03-04fix partitionsfile example to properly use __star__ and noteMicah Anderson
why this is needed, in case someone wants to change this (Closes: #409192)
2007-03-04added ninjareportMicah Anderson
added ale to AUTHORS for ldap fixes adjusted sys handler to allow for turning off of sfdisk (#404071)
2007-01-21Updated makefiles to include rsnap/rub files that wereMicah Anderson
accidentally omitted