backup2l 1.6-4 source package in Ubuntu

Changelog

backup2l (1.6-4) unstable; urgency=medium

  * debian/control:
    - Bump to Standards Version 4.4.1.
  * Add some patches:
    - patch 21 (upstream): fixing tar command order. Closes: #942434
    - patch 22 (upstream): allow filenames with special char. Closes: #892696
    - patch 23 (upstream): update readme md file.
    - patch 24 (upstream): set yekyll theme.
    - patch 25 (upstream): fix failure detect running inst. Closes: #924595
    - patch 26 (upstream): Remove '--numeric-owner' in DRIVER_TAR.
    - patch 27: update readme md file.

 -- Joachim Wiedorn <email address hidden>  Sun, 24 Nov 2019 22:15:16 +0100

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
Focal release universe admin

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
backup2l_1.6-4.dsc 1.7 KiB 7cb4835e080260ccb6800b847bd1290590aaa25c1f770897980e5c3c6ef29710
backup2l_1.6.orig.tar.gz 35.0 KiB f679982b8ab4f6015ef2526ee1cea2b4decc57d46bd60185a3a35f338272d7e0
backup2l_1.6-4.debian.tar.xz 18.1 KiB c2360307e6292d0a17659ab9a8a6b4e74fd75f0d7cfca94eb7171dba5e55d620

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.