backuppc 3.3.2-3ubuntu0.1 source package in Ubuntu

Changelog

backuppc (3.3.2-3ubuntu0.1) focal; urgency=medium

  * d/rules: Specify canonical path to ping6 (LP: #782890)

 -- Michal Maloszewski <email address hidden>  Fri, 05 Aug 2022 15:10:09 +0200

Upload details

Uploaded by:
Michał Małoszewski
Sponsored by:
Sergio Durigan Junior
Uploaded to:
Focal
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
backuppc_3.3.2.orig.tar.gz 544.2 KiB fbade2c8d8039297e826a75d2c39d5ac9a6f66e0c84c0cf8c4cef0bcf64d2152
backuppc_3.3.2-3ubuntu0.1.debian.tar.xz 74.3 KiB fcf0df408e868f4b0a61d072de8a1320afedddf1feea265788e5841a93e59623
backuppc_3.3.2-3ubuntu0.1.dsc 2.1 KiB 9e581d4108fc3d6e3c2767f3a6de3f9080c3a80f698e92c357cb653a281df992

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

backuppc-dbgsym: debug symbols for backuppc