backup2l 1.6-3 source package in Ubuntu

Changelog

backup2l (1.6-3) unstable; urgency=medium

  * Add some Patches:
    - patch 12: use of square brackets in file name. Closes: #892696
    - patch 13 (upstream): avoid breakage ...
    - patch 14 (upstream): update pigz driver
    - patch 15 (upstream): add new tar-xz driver
    - patch 16: rearrange no-recursion option of tar. Closes: #899411
  * debian/control:
    - Update upstream homepage address.
    - Bump to Standards Version 4.1.4.
    - Update Vcs links (salsa instead of alioth).
  * debian/copyright:
    - Update link to download site.

 -- Joachim Wiedorn <email address hidden>  Sat, 30 Jun 2018 12:38:19 +0200

Upload details

Uploaded by:
Joachim Wiedorn
Uploaded to:
Sid
Original maintainer:
Joachim Wiedorn
Architectures:
all
Section:
admin
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Cosmic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
backup2l_1.6-3.dsc 1.6 KiB ee4d53411a729c07dd22c0bbde9900be916b38719bf18cb6c88e9d2ad0bb83bc
backup2l_1.6.orig.tar.gz 35.0 KiB f679982b8ab4f6015ef2526ee1cea2b4decc57d46bd60185a3a35f338272d7e0
backup2l_1.6-3.debian.tar.xz 16.5 KiB 1e4671f0e1d115b5bdce13dc9dc4d572c4c553b4540d73de13d88df1192a0d37

Available diffs

No changes file available.

Binary packages built by this source

backup2l: low-maintenance backup/restore tool

 backup2l [backup-too-l] is a tool for autonomously generating, maintaining
 and restoring backups on a mountable file system (e. g. hard disk). In a
 default installation, backups are created regularly by a cron script.
 .
 The main design goals are low maintenance effort, efficiency, transparency
 and robustness. All control files are stored together with the archives on
 the backup device, and their contents are mostly self-explaining. Hence, a
 user can - if necessary - browse the files and extract archives manually.
 .
 backup2l features differential backups at multiple hierarchical levels.
 This allows one to generate small incremental backups at short intervals
 while at the same time, the total number of archives only increases
 logarithmically with the number of backups since the last full backup.
 .
 An open driver architecture allows one to use virtually any archiving
 program as a backend. Built-in drivers support .tar.gz, .tar.bz2 and others.
 Further user-defined drivers can be added.
 .
 An integrated split-and-collect function allows one to comfortably transfer
 all or selected archives to a set of CDs or other removable media.