Package bup: Information

  • Default inline alert: Version in the repository: 0.33.3-alt1

Source package: bup
Version: 0.32-alt2
Latest version according to Repology
Build time:  Feb 2, 2022, 01:44 AM in the task #291245
Category: Archiving/Backup
Report package bug
License: LGPL-2.0 and BSD-2-Clause and Python
Summary: Very efficient backup system based on the git packfile format
Description: 
Very efficient backup system based on the git packfile format, providing fast
incremental saves and global deduplication (among and within files, including
virtual machine images). Some of its features are:
* It uses a rolling checksum algorithm and hence it can backup huge files
  incrementally.
* It uses packfile format from git, so one can access the stored data even if
  he doesn't like bup's user interface.
* It writes packfiles directly so it is fast even with huge amounts of data:
  it can track millions of files and keep track of hundreds or thousands of
  gigabytes of objects.
* Data is "automagically" shared between incremental backups without having to
  know which backup is based on which other one.
* One can make a backup directly to a remote bup server, without needing tons
  of temporary disk space on the computer being backed up. If the backup is
  interrupted halfway through, the next run will pick up where the previous
  backup left off.
* It can use "par2" redundancy to recover corrupted backups even if the disk
  has undetected bad sectors.
* Each incremental backup acts as if it's a full backup, it just takes less
  disk space.
* One can mount a bup repository as a FUSE filesystem and access the contents
  that way, or even export it over Samba.

List of rpms provided by this srpm:
bup (x86_64, ppc64le, i586, armh, aarch64)
bup-debuginfo (x86_64, ppc64le, i586, armh, aarch64)
bup-web (x86_64, ppc64le, i586, armh, aarch64)

Maintainer: Andrey Cherepanov


ACL:
Andrey Cherepanov
@everybody

    1. python3-devel
    2. python3-module-fuse
    3. python3-module-libacl
    4. python3-module-pyxattr
    5. python3-module-tornado
    6. git-core
    7. rpm-build-python3
    8. pandoc

Last changed


Aug. 15, 2021 Michael Shigorin 0.32-alt2
- introduce doc knob
- spec cleanup
Jan. 10, 2021 Andrey Cherepanov 0.32-alt1
- New version.
Nov. 14, 2020 Grigory Ustinov 0.31-alt2
- Transfer on python3.