backup2l 1.6-6 source package in Ubuntu

Changelog

backup2l (1.6-6) unstable; urgency=medium

  * Add some patches:
    - patch 29 (upstream): more obvious restore info.
    - patch 30 update readme md file.
    - patch 31 switch 'which' to 'command -v' in scripts.

 -- Joachim Wiedorn <email address hidden>  Thu, 20 Jan 2022 21:14:36 +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
Oracular release universe admin
Noble release universe admin
Mantic release universe admin
Lunar release universe admin
Jammy release universe admin

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
backup2l_1.6-6.dsc 1.7 KiB 1b7b1c6f6f702dae0b879f5505c8a5bff4b23968fe08304d1ed3a73ac2486ef4
backup2l_1.6.orig.tar.gz 35.0 KiB f679982b8ab4f6015ef2526ee1cea2b4decc57d46bd60185a3a35f338272d7e0
backup2l_1.6-6.debian.tar.xz 20.0 KiB 897453b4b2e15de623151361c4d6e19b161cc30e3b51c11b56b4a944468519bb

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.