Project

General

Profile

Backup tools » History » Version 1

Viacheslav Anzhiganov, 02/08/2025 10:28 AM

1 1 Viacheslav Anzhiganov
# Backup tools
2
3
List of Backup Software
4
=======================
5
6
Tags used below:
7
- `authenticated`: Uses cryptographic signatures or MAC tags to ensure integrity
8
- `compression`: Storage with compression
9
- `dedup`: Supports deduplication
10
- `encrypted`: Supports encrypting data locally (stored encrypted on the backup medium)
11
- `error-correction`: Supports reconstructing data in scenarios x-of-n backup media are lost
12
- `filesystem`: Backups are stored on a regular filesystem in plaintext, maintaining the original directory structure. Specifically, no blob abstractions are used for storage, and no specialized fuse-layer is required to read the backups.
13
- `gcs`: Supports Google Cloud Storage
14
- `golang`: Written in Go
15
- `gpg`: Uses GPG for the underlying encryption
16
- `incremental`: Support for incremental backups (through deltas or local deduplication)
17
- `perl`: Written in Perl
18
- `python`: Written in Python
19
- `review`: Needs to be reviewed by the authors of this list in order to revise the tags assigned here.
20
- `rsync`: Uses `rsync` or `librsync`
21
- `rust`: Written in Rust
22
- `s3`: Supports Amazon S3-compatible backends
23
- `ssh`: Supports SFTP/SCP backends
24
- `unmaintained`: Looks unmaintained / dead
25
- `webdav`: Supports WebDAV backends
26
27
The following list is sorted alphabetically:
28
 * [amanda](http://www.amanda.org/) compression,incremental,ssh
29
 * [areca](https://areca-backup.org/) review
30
 * [Asuran](https://asuran.rs) rust,dedup,encrypted,compression,authenticated
31
 * [attic](https://github.com/jborg/attic) review,dedup,encrypted,python,authenticated,unmaintained
32
 * [Arqinator](https://github.com/asimihsan/arqinator) review
33
 * [backshift](http://stromberg.dnsalias.org/~strombrg/backshift/) review,ssh
34
 * [bacula](https://blog.bacula.org/) review
35
 * [Back In Time](https://github.com/bit-team/backintime) incremental,filesystem,python,rsync,ssh
36
 * [backup](https://github.com/backup/backup) review
37
 * [backup2l](http://backup2l.sourceforge.net/) review
38
 * [BackupPC](https://backuppc.github.io/backuppc/) review,compression,dedup,incremental,perl,rsync,ssh
39
 * [Backups-Done-Right](https://github.com/spikebike/Backups-Done-Right) review
40
 * [Backy2](https://github.com/wamdam/backy2) compression,dedup,incremental,python,review
41
 * [bareos](https://www.bareos.org/en/) review
42
 * [BlobSnap](https://github.com/tsileo/blobsnap) review,golang,incremental,dedup,unmaintained
43
 * [borg](https://github.com/borgbackup) review,compression,dedup,incremental,encrypted,python,authenticated
44
 * [boxbackup](https://github.com/boxbackup/boxbackup) review
45
 * [brackup](http://search.cpan.org/~bradfitz/Brackup-1.10/lib/Brackup/Manual/Overview.pod) review,dedup,encrypted,gpg,perl,unmaintained
46
 * [btar](http://viric.name/cgi-bin/btar/doc/trunk/doc/home.wiki/) review
47
 * [btbrk](https://github.com/digint/btrbk) review
48
 * [bup](https://github.com/bup/bup) review,dedup,incremental,error-correction
49
 * [bupstash](https://github.com/andrewchambers/bupstash) compression,dedup,encrypted,incremental,rust,authenticated
50
 * [burp](https://burp.grke.org/) review
51
 * [cedar-backup3](https://bitbucket.org/cedarsolutions/cedar-backup3/wiki/Home) review,python
52
 * [chop-backup/libchop](http://nongnu.org/libchop/) review
53
 * [cronopete](https://gitlab.com/rastersoft/cronopete) review,incremental,like timemachine from apple
54
 * [dar](http://dar.linux.free.fr/) review,incremental,encrypted,compression
55
 * [ddar](https://github.com/basak/ddar) review
56
 * [deltaic](https://github.com/cmusatyalab/deltaic) review
57
 * [duplicati](https://github.com/duplicati/duplicati) compression,dedup,encrypted,incremental,s3,ssh,gpg
58
 * [duplicity](http://duplicity.nongnu.org/) review,encrypted,gpg,s3,rsync,compression,python,ssh
59
 * [fwbackups](http://www.diffingo.com/oss/fwbackups/features) review
60
 * [FreeFileSync](https://freefilesync.org/) review,incremental
61
 * [Frost](https://github.com/X-Ryl669/Frost/) review,encrypted,dedup,unmaintained
62
 * [git-annex](https://git-annex.branchable.com/) review
63
 * [hashbackup](http://www.hashbackup.com/) review
64
 * [hdup2](https://wiki.archlinux.org/index.php/Hdup) review,gpg,ssh,unmaintained
65
 * [hindsight](https://github.com/br0ns/hindsight) review,unmaintained
66
 * [kebab](https://github.com/davidlazar/kebab) review,golang,unmaintained
67
 * [knoxite](https://github.com/knoxite/knoxite) review,golang,dedup,encrypted,authenticated,incremental,error-correction,compression,s3,gcs,ssh,webdav
68
 * [kopia](https://github.com/kopia/kopia) api,authenticated,compression,dedup,encryption,gcs,golang,incremental,s3,webdav,web-ui
69
 * [obnam](https://obnam.org/) unmaintained,encrypted,gpg
70
 * [ori](http://ori.scs.stanford.edu/) review
71
 * [preserve](https://github.com/cholcombe973/preserve) review,rust,dedup,encrypted,unmaintained
72
 * [pukcab](https://github.com/lyonel/pukcab) review,golang,unmaintained
73
 * [PyHardLinkBackup](https://github.com/jedie/PyHardLinkBackup/) dedup,python,incremental
74
 * [rdiff-backup](https://rdiff-backup.net/) review,incremental,ssh,compression
75
 * [rdedup](https://github.com/dpc/rdedup) review,dedup,rust,encrypted
76
 * [rdup](https://github.com/miekg/rdup) review
77
 * [restic](https://restic.github.io) review,golang,encrypted,authenticated,dedup,incremental,ssh,s3
78
 * [rsbackup](https://www.greenend.org.uk/rjk/rsbackup/) review,rsync,filesystem,ssh
79
 * [rsnapshot](http://rsnapshot.org/) perl,rsync,filesystem,ssh
80
 * [scat](https://github.com/Roman2K/scat) go,dedup,encrypted,error-correction,unmaintained
81
 * [shield](https://github.com/starkandwayne/shield)
82
 * [snaprd](https://gitlab.tuebingen.mpg.de/stark/snaprd) golang,rsync,filesystem,unmaintained
83
 * [snebu](http://www.snebu.com/) review
84
 * [s3git](https://github.com/s3git/s3git) review,golang,incremental,dedup,s3,unmaintained
85
 * [storeBackup](https://savannah.nongnu.org/projects/storebackup) review,unmaintained
86
 * [Tardis](https://github.com/koldinger/Tardis) review,python
87
 * [TimeShift](https://github.com/linuxmint/timeshift) rsync,filesystem (aimed at system files, not user data. supports BTRFS snapshots as alternative to rsync+hardlink-incremental/filesystem storage)
88
 * [TimeVault](https://wiki.ubuntu.com/TimeVault) unmaintained,python,incremental,filesystem
89
 * [ugarit](https://www.kitten-technologies.co.uk/project/ugarit/doc/trunk/README.wiki) review
90
 * [unison](https://www.cis.upenn.edu/~bcpierce/unison/) review
91
 * [urbackup](https://www.urbackup.org/) review
92
 * [veb](https://github.com/spydez/veb) review,golang,incremental,unmaintained
93
 * [zbackup](http://zbackup.org/) review,incremental,dedup,encrypted,compression
94
 * [zpaq](http://mattmahoney.net/dc/zpaq.html) review,incremental,dedup,encrypted,compression,unmaintained
95
 * [zVault](https://github.com/dswd/zvault) incremental,dedup,encrypted,compression,rust,unmaintained
96
97
List of wrappers or helper tools:
98
- [autorestic](https://autorestic.vercel.app/) golang,restic
99
- [borgmatic](https://torsion.org/borgmatic/) review,borg
100
- [backupninja](https://0xacab.org/liberate/backupninja)
101
  borg,bup,duplicity,dsync,rdiff-backup,restic([WIP](https://0xacab.org/riseuplabs/backupninja/merge_requests/2)),rsnapshot,rsync,tar
102
- [deja-dup](https://wiki.gnome.org/Apps/DejaDup) review,duplicity
103
- [duply](https://duply.net/wiki/index.php/Main_Page) review,duplicity
104
- [runrestic](https://github.com/sinnwerkstatt/runrestic) python,restic