backuppc 3.3.0-1ubuntu1.1 source package in Ubuntu

Changelog

backuppc (3.3.0-1ubuntu1.1) trusty; urgency=medium

  * d/rules, d/p/smb-compat-fix.patch: cope with changes in newer smbclient.
    Thanks to Maksym Schipka <email address hidden> (LP: #1576187)
  * d/t/{control,smb-backup}: simple smb-based DEP8 test (LP: #1677755)

 -- Andreas Hasenack <email address hidden>  Tue, 23 Oct 2018 09:06:27 -0300

Upload details

Uploaded by:
Andreas Hasenack
Uploaded to:
Trusty
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty updates main utils

Downloads

File Size SHA-256 Checksum
backuppc_3.3.0.orig.tar.gz 541.2 KiB 8a9c1b6faa4502b4c40617be97e806813815d9e22544854d99983c3da7c1f69b
backuppc_3.3.0-1ubuntu1.1.diff.gz 34.0 KiB 354b4ef7f9522ec44d6e7c28e6ed494b2967a59df8234b2e1d98c0230793425d
backuppc_3.3.0-1ubuntu1.1.dsc 1.8 KiB 8937d2ebb2edf91a02c930ae51896640306751dd49cf2bcc9c934e37821c2ed6

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