Back In Time VS Rdiff-backup

Compare Back In Time vs Rdiff-backup and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Back In Time Rdiff-backup
38 32
1,838 1,039
3.0% 2.5%
8.9 8.5
3 days ago 26 days ago
Python Python
GNU General Public License v3.0 only GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Back In Time

Posts with mentions or reviews of Back In Time. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-09-29.
  • Opportunity for beginners: Some code cleaning in "Back In Time"
    1 project | /r/opensource | 7 Dec 2023
    it is often asked by beginners how and where starting to contribute. As member of the maintenance team of Back In Time (Backup software using rsync in the back, written with Python and Qt) I would like to introduce one of our "good first issues" (#1578).
  • Free software project "Back In Time" requests for translation
    1 project | /r/China | 13 Oct 2023
    I'm member of the upstream maintenance team of Back In Time a rsync-based backup software. No one gets payed. No company behind hit. Even the maintainers and developers are volunteers.
  • Why is contributing soo hard
    2 projects | /r/opensource | 29 Sep 2023
    Back In Time is a round about 15 years old backup software using rsync in the back. I'm part of the 3rd generation maintenance team there. A lot of work in investigating and fixing issues, understanding, documenting and refactoring old code.
  • [English -> Portuguese EU / Brazil] Text about attracting translators to a FOSS project
    1 project | /r/translator | 1 Sep 2023
    This request is related to an Open Source project named Back In Time. Everyone there works voluntarily and unpaid.
  • Is it normal practice in Github for a valid issue to be closed if the Dev can't work on it at the moment?
    1 project | /r/opensource | 13 Jul 2023
    In my own project we do it more transparent. We close if there is a good reason for it. We don't close just because no one is working on something. If there are no resources to work in it now but it seems important we keep it open until it is fixed. We do use milestones and priority labels to give the users an idea about our plans.
  • Free Software project "Back In Time" requests for translators
    1 project | /r/GREEK | 3 Jul 2023
    I'm member of the maintenance team of Back In Time a rsync-based backup software.
    2 projects | /r/localization | 1 Jul 2023
    Most of the strings are form two past developers (the founder and the past maintainer). Since last summer we took over the project and try to clean things up. Some of the source strings just got a review from a linguist and he also mentioned about that exclamation marks. But he kind of stopped at some point because it was to much. ;)
    1 project | /r/romanian | 23 Jun 2023
    Currently the translation is locked because of maintenance issues and an open PR offering review of original English strings.
    1 project | /r/Thailand | 20 Jun 2023
    Great and thanks. Feel free to ask further questions in the Issues section of our project or the bit-dev.python.org mailing list. Of course you can contact me directly here.
  • Date of "069 17 - 'Back In Time' Backup Software for Linux"
    1 project | /r/Cat5TV | 26 Jun 2023
    I'm interested in that topic because I'm member of the maintenance team of Back In Time, the software discussed in that video. The version in video is 0.9, today Back In Time reached 1.3.3. Also interesting is that I'm the third generation of maintainers to that project. I'm not sure but 0.9 there was the fist maintainer and founder involved only.

Rdiff-backup

Posts with mentions or reviews of Rdiff-backup. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-24.
  • Duplicity
    14 projects | news.ycombinator.com | 24 Jan 2024
    For starters it has a tendency to paint itself into a corner on ENOSPC situations. You won't even be able to perform a restore if a backup was started but unfinished because it ran out of space. There's this process of "regressing" the repo [0] which must occur before you can do practically anything after an interrupted/failed backup. What this actually must do is undo the partial forward progress, by performing what's effectively a restore of the files that got pushed into the future relative to the rest of the repository, which requires more space. Unless you have/can create free space to do these things, it can become wedged... and if it's a dedicated backup system where you've intentionally filled disks up with restore points, you can find yourself having to throw out backups just to make things functional again - even ability to restore is affected.

    That's the most obvious glaring problem, beyond that it's just kind of garbage in terms of the amount of space and time it requires to perform restores. Especially restores of files having many reverse-differential increments leading back to the desired restore point. It can require 2X the file's size in spare space to assemble the desired version, while it iteratively reconstructs all the intermediate versions in arriving at the desired version. Unless someone fixed this since I last had to deal with it, which is possible.

    Source: Ages ago I worked for a startup[1] that shipped a backup appliance originally implemented by contractors using rdiff-backup. Writing a replacement that didn't suck but was compatible with rdiff-backup's repos consumed several years of my life...

    There are far better options in 2024.

    [0] https://github.com/rdiff-backup/rdiff-backup/blob/master/src...

    [1] https://www.crunchbase.com/organization/axcient

  • Trying to install rdiff-backup on an Oracle Cloud Red Hat VM.
    1 project | /r/redhat | 3 May 2023
    and that should install the latest version, rdiff-backup-2.2.4-2.el8.x86_64.rpm. This is all described in the rdiff-backup README file.
  • Cache operation: archive
    1 project | /r/newsboat | 27 Apr 2023
  • How do I copy data from one HDD to another using Linux Mint?
    4 projects | /r/HomeServer | 24 Jan 2023
    Rdiff-backup - close to what you do currently but at least provides versioning. Based on rsync
  • Accomplishing What I Want With What I Have
    4 projects | /r/HomeServer | 19 Jan 2023
    as in just a copy of your files? This I would barely consider a backup, more of just a mirror from a point in time. What're you missing by doing this? versions of files, deduplication, and encryption (last one being very important for the best kind of backups, which should be off-site). Just because it's not files doesn't mean it's proprietary. Proprietary would mean secret and undocumented. There are many great options. Borg is my favorite but Kopia is probably better if you use windows, urbackup is an option if you want centralized management of backups and rdiff-backup is if you want something kinda what you have currently but adding versioning but lacks deduplication and encryption.
  • Backup software recommendation
    1 project | /r/DataHoarder | 10 Jan 2023
    If you're comfortable with the cli and you want to have your backup in a plain file format with some incremental backups, there's rdiffbackup. It uses rsync under the hood and has worked quite well for me.
  • Name a program that doesn't get enough love!
    67 projects | /r/linux | 29 Dec 2022
    Rdiff Backup - Reverse differential backups that uses rsync, linking, and can tunnel via ssh. You get a full current backup with increments available to restore any version of the file with minimal storage space used.
  • BorgBackup, Deduplicating archiver with compression and encryption
    18 projects | news.ycombinator.com | 27 Dec 2022
    borg is great. we've been using it for the past 3 years to archive hundreds of file-level backups of servers, database dumps and VM images. average size of each borg repo is few GB but there are few outliers up to few hundreds of GB.

    borg replaced https://rdiff-backup.net/ for us and gave:

  • Advice for Automated Copying of my Off Grid 6TB Media Hoard :)
    3 projects | /r/DataHoarder | 11 Nov 2022
    Robocopy is great if you don't have access to rsync. If rsync via WSL2 for instance is an option, I'd personally go with rdiffbackup.
  • Do incremental backups generally store only the delta of each file change or the entire new file?
    2 projects | /r/DataHoarder | 7 Oct 2022

What are some alternatives?

When comparing Back In Time and Rdiff-backup you can also consider the following projects:

TimeShift - System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.

BorgBackup - Deduplicating archiver with compression and authenticated encryption.

restic - Fast, secure, efficient backup program

Rsnapshot - a tool for backing up your data using rsync (if you want to get help, use https://lists.sourceforge.net/lists/listinfo/rsnapshot-discuss)

Duplicati - Store securely encrypted backups in the cloud!

Duplicity - Unnoficial fork of Duplicity - Bandwidth Efficient Encrypted Backup

snapper-gui - GUI for snapper, a tool for Linux filesystem snapshot management, works with btrfs, ext4 and thin-provisioned LVM volumes

syncthing-android - Wrapper of syncthing for Android.

UrBackup - UrBackup - Client/Server Open Source Network Backup for Windows, MacOS and Linux