backuppc 3.2.1-1ubuntu1 source package in Ubuntu

Changelog

backuppc (3.2.1-1ubuntu1) oneiric; urgency=high

  * Merge from debian unstable. (LP: #852484) Remaining changes:
    - debian/backup.init, debian/rules, debian/postinst: Do not call init
      script on shutdown and reboot (TearDown) (Debian #488660)
    - debian/control: Add dependency for libsocket6-perl.
    - debian/control: Drop build dependency to 'par2', it's in universe.
    - configure.pl: Do not test for par2 being available at build time
    - debian/control: depend on default-mta | mail-transport-agent, instead of
      enumerating a long list of alternative MTAs.
    - debian/rules: installing setuid wrapper with setuid bit set, and no
      permissions granted to other (mode 4750)

backuppc (3.2.1-1) unstable; urgency=high

  * New upstream release. Closes: #641450
  * urgency set to high because of a security fix

backuppc (3.2.0-4.1) unstable; urgency=low

  * Non-maintainer upload.
  * Use inetutils-ping as an alternative to iputils-ping. Closes: #630777
 -- Allison Randal <email address hidden>   Sun, 18 Sep 2011 17:37:55 -0700

Upload details

Uploaded by:
Allison Randal
Sponsored by:
Dave Walker
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Very Urgent

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
backuppc_3.2.1.orig.tar.gz 499.9 KiB 59b09c9ba5236e78cf183153b64ba348820c312275eddcf615d610673b7df054
backuppc_3.2.1-1ubuntu1.diff.gz 30.0 KiB f8b64664965e706b5a5b9af31ea3fbb1bdaf5f03d5d09a69dd573d4d077b6525
backuppc_3.2.1-1ubuntu1.dsc 1.1 KiB 6408a3156d69ad47ea420693cb3895cb5568cf424feee88f369063175c79cadc

Available diffs

View changes file

Binary packages built by this source

backuppc: high-performance, enterprise-grade system for backing up PCs

 BackupPC is disk based and not tape based. This particularity allows
 features not found in any other backup solution:
  * Clever pooling scheme minimizes disk storage and disk I/O.
    Identical files across multiple backups of the same or different PC are
    stored only once resulting in substantial savings in disk storage and disk
    writes. Also known as "data deduplication".
  * Optional compression provides additional reductions in storage.
    CPU impact of compression is low since only new files (those not already
    in the pool) need to be compressed.
  * A powerful http/cgi user interface allows administrators to view log files,
    configuration, current status and allows users to initiate and cancel
    backups and browse and restore files from backups very quickly.
  * No client-side software is needed. On WinXX the smb protocol is used.
    On Linux or Unix clients, rsync or tar (over ssh/rsh/nfs) can be used
  * Flexible restore options. Single files can be downloaded from any backup
    directly from the CGI interface. Zip or Tar archives for selected files
    or directories can also be downloaded from the CGI interface.
  * BackupPC supports mobile environments where laptops are only intermittently
    connected to the network and have dynamic IP addresses (DHCP).
  * Flexible configuration parameters allow multiple backups to be performed
    in parallel.
  * and more to discover in the manual...