Project

General

Profile

Backup tools » History » Version 3

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

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