backuppc 3.2.1-2ubuntu1.1 source package in Ubuntu

Changelog

backuppc (3.2.1-2ubuntu1.1) precise-security; urgency=low

  * SECURITY UPDATE: XSS in CGI/RestoreFile.pm
    - lib/BackupPC/CGI/RestoreFile.pm: update to escape share and backup
      number
    - CVE-2011-5081
 -- Jamie Strandboge <email address hidden>   Thu, 17 May 2012 08:01:34 -0500

Upload details

Uploaded by:
Jamie Strandboge
Uploaded to:
Precise
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Precise updates main utils
Precise security main utils

Downloads

File Size SHA-256 Checksum
backuppc_3.2.1.orig.tar.gz 499.9 KiB 59b09c9ba5236e78cf183153b64ba348820c312275eddcf615d610673b7df054
backuppc_3.2.1-2ubuntu1.1.diff.gz 30.3 KiB e8cc971087a857a72f8e5863580d50a99027675cc469a55aa7b5c8b44e6c84f2
backuppc_3.2.1-2ubuntu1.1.dsc 1.8 KiB e81962c6b6e925a7837dcaedf664ce31802496d0230a02ac6da55da322531cb9

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...