backupninja 0.9.9-1 source package in Ubuntu

Changelog

backupninja (0.9.9-1) unstable; urgency=low

  [ intrigeri ]
  * Bump Standards version: no changes.
  * List every handler's dependencies in the long description.
  * Update Suggests wrt. current shipped handlers needs.
  * Add watch file. (Close: #598086)
  * Add Vcs-Browser control field.
  * New upstream release
    . Use locking to avoid running concurrent instances of the same
      backup action. (Closes: #511300)
    . Stop using "local VAR" outside functions. (Closes: #530647)
    . Fix duplicity TMPDIR vs. --tempdir usage.
    . Remove support for duplicity < 0.4.4. Even etch-backports has
      a newer one.
    . Now support remove-all-inc-but-n-full command for duplicity >=
      0.9.10 to allow removal of increments for older full backups.
      (Closes: #603478)
    . Fix reliance on bash for pipefail in ldap, mysql and postgresql
      handlers. (Closes: #602374)
    . Support various PostgreSQL dump formats in addition to pg_dumpall.
    . Support reading rdiff include/exclude patterns from files.
    . Fix long rsync rotation.
    . Make usage of units clearer everywhere needed.
    . Do arithmetic using bash rather than bc in rsync handler
      (Closes: #603173)
    . Fix hwinfo and gathering of information about loaded modules in
      sys handler. (Closes: #625501)
    . Install tar handler and helper.
    . Support separate signing key in Duplicity helper.
    . Generate 4096 bits RSA keys, recommend doing so in the
      documentation.
 -- Ubuntu Archive Auto-Sync <email address hidden>   Sun,  19 Jun 2011 03:56:40 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Oneiric
Original maintainer:
Micah Anderson
Architectures:
all
Section:
admin
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
backupninja_0.9.9.orig.tar.gz 96.6 KiB f295630047b621165a7568ec1fe239893703be51c4e1672518785576e1d86136
backupninja_0.9.9-1.diff.gz 73.5 KiB 78b68dae0768d346feff2c9f63ece30bc82272e27556234754108a686ac2ce1f
backupninja_0.9.9-1.dsc 1.8 KiB a23ff8aabe445ebb5ae2fd22ec4a1d1ab2ca00509b8ac55034166bfc3d77b185

Available diffs

View changes file

Binary packages built by this source

backupninja: lightweight, extensible meta-backup system

 Backupninja lets you drop simple config files in /etc/backup.d to
 coordinate system backups. Backupninja is a master of many arts,
 including incremental remote filesystem backup, and MySQL backup.
 By creating simple drop-in handler scripts, backupninja can learn new skills.
 Backupninja is a silent flower blossom death strike to lost data.
 .
 In addition to backing up regular files, Backupninja has handlers to ease
 backing up: Maildir, MySQL, PostgreSQL, SVN, Trac, hardware and system
 information, as well as the output from custom shell scripts.
 .
 Backupninja currently supports common backup utilities, easing their
 configuration, currently supported are: rdiff-backup, duplicity, rsync
 and CD/DVD.
 .
 Most handlers have their own dependencies/recommendations, shown in brackets
 bellow:
 .
  - dup [duplicity]
  - rdiff [rdiff-backup]
  - sys [debconf-utils, hwinfo, mdadm]
  - makecd [genisoimage, wodim]
  - rsync [rsync]
  - svn [subversion]
  - tar [bzip2]