backup2l 1.6-2 source package in Ubuntu

Changelog

backup2l (1.6-2) unstable; urgency=medium

  * Update debian/control:
    - Move to debhelper 10 and compat level 10.
    - Bump to Standards Version 4.0.0 (no changes).
  * Update debian/watch.
  * Add new patches:
    - display help again (-h, --help).
    - enable use of question mark. Closes: #860985
    - update version number to 1.6 (without pre2).

 -- Joachim Wiedorn <email address hidden>  Sat, 29 Jul 2017 00:11:02 +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
Bionic release universe admin

Builds

Artful: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
backup2l_1.6-2.dsc 1.6 KiB 4ead73611ebcd18881cd8a4a070f2e70fd97302d6c35dfc71847ba0dd6538ccd
backup2l_1.6.orig.tar.gz 35.0 KiB f679982b8ab4f6015ef2526ee1cea2b4decc57d46bd60185a3a35f338272d7e0
backup2l_1.6-2.debian.tar.xz 14.6 KiB 82cf2d9d0f2043fc11a67cb83f969e1b5840f784697e045df5ed4c6222aa3c50

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.