aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-12rdiff: support reading include/exclude patterns from files.intrigeri
2010-09-12Update Debian NEWS and changelog.intrigeri
2010-09-12Refresh configure and other autoconf/autotools stuff.intrigeri
2010-09-12Merge branch 'master' into debianintrigeri
2010-09-12Release 0.9.8intrigeri
2010-09-03Update ChangeLog with rsync changes.intrigeri
2010-09-02Removing rsync handler changelogSilvio Rhatto
2010-09-02Removing unneeded hostname and user from ssh_cmd_baseSilvio Rhatto
2010-09-01Changing 'info' to 'fatal' at rsync handler set_lockfile functionSilvio Rhatto
2010-08-26Merge branch 'master' into debianintrigeri
Conflicts: examples/example.ldap
2010-08-25Rsync handler CHANGELOG updateSilvio Rhatto
2010-08-26Bump standards to 3.9.1.intrigeri
... after having carefully read the upgrading checklist.
2010-08-21Making sure that the pid on lockfile reffers to an rsync backup processSilvio Rhatto
2010-08-21Fixing lockfile checks for rsync handlerSilvio Rhatto
2010-08-17RSYNC_RSH fixSilvio Rhatto
2010-08-17Fixing ssh_cmd and RSYNC_RSH at rsync handlerSilvio Rhatto
2010-06-24Fix code logic to make dbusername/dbpassword actually usable (Closes Redmine ↵intrigeri
bug #2264)
2010-06-24mysql: don't lock tables in the information_schema database (Closes: #587011)intrigeri
2010-06-14Fix ssl and tls options description (Closes Roundup bug #2407)intrigeri
2010-06-14Added GZIP_OPTS option, defaulting to --rsyncable.intrigeri
... 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).
2010-05-30Fix typo in manpage (Closes: #583778)intrigeri
2010-05-10NEWS: added note about excluding duplicity cache dir.intrigeri
2010-05-10Added /var/cache/backupninja/duplicity to default excludes.intrigeri
... for rdiff.helper, dup.helper, example.dup and example.rdiff.
2010-05-10Store duplicity cache to /var/cache/backupninja/duplicity.intrigeri
... instead of previous /var/backups/duplicity.
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-06Added NEWS item about the new duplicity archive directory location.intrigeri
2010-05-06Fix ChangeLog entry.intrigeri
2010-05-06dup: use --archive-dir /var/backups/duplicity unless the user has specified ↵intrigeri
it (Closes: 580213)
2010-05-06Updated ChangeLog and AUTHORS.intrigeri
2010-05-06Rephrase, reformat and sync example dup configuration.intrigeri
2010-05-02Implement Debian #535996 to use --full-if-older-thanOlivier Berger
2010-05-02Add full-if-older-than with half the keep durationolivier
2010-04-24dup: ignore anything but digits and "." when comparing versions (Closes: ↵intrigeri
#578987) I'd love to use "dpkg --compare-versions" but we don't want backupninja to be Debian-specific. Any similar tool? Signed-off-by: intrigeri <intrigeri@boum.org>
2010-03-06dup: use duplicity's --extra-clean option when necessaryintrigeri
This is necessary to get rid of unnecessary old cache files when cleaning up, when using duplicity >=0.6.01 that depends on local caching. Closes: #572721
2010-03-06sys: only run mdadm if RAID devices actually exist (Closes: #572450)intrigeri
2010-02-26update standards version number: no changeMicah Anderson
2010-02-26upload to unstableMicah Anderson
2010-01-29fix bad upstream mergeMicah Anderson
2010-01-29fix maintainer email so not NMUMicah 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-29fix maintainer emailMicah Anderson
2010-01-29finalize changelog for -2 upload for FTBS fixesMicah Anderson
2010-01-29also fix the clean target to cleanup after itselfMicah Anderson
2010-01-29added missing newline to the end of example.ldapMicah Anderson
2010-01-29fix FTBS by chmod +x configureMicah Anderson
2010-01-27fill out the debian changelog, set suite to experimentalMicah Anderson
2010-01-27add versioned build dependency on debhelper 5. version 4 would work, but the ↵Micah Anderson
recommended practice is to always declare an explicit versioned dependency on debhelper equal to or greater than the compatibility level used by the package. We are using compat level 5
2010-01-27add ${misc:Depends} to binary package control entry to solve lintian: ↵Micah Anderson
debhelper-but-no-misc-depends