Alternatives to Back In Time

Graphical front-end for incremental rsync backups on Linux. The listings below can replace it for an important use case. Each note says what changes if you switch.

The original

Replacements

Listings that take over the same core job as Back In Time.

  • Timeshift

    System restore for Linux: scheduled snapshots you can roll back to after an update goes wrong.

    Timeshift also uses rsync snapshots on Linux but focuses on system files for rolling back updates, and can use native BTRFS snapshots.

  • Déjà Dup

    GNOME's backup app: pick folders and a destination, and it handles encryption, scheduling and versions for you.

    Déjà Dup is a GNOME backup app that adds encryption, compression and cloud destinations, using Restic underneath instead of rsync hard links.

  • Pika Backup

    A GNOME front end for BorgBackup: plug in a USB drive, pick folders, and it handles the rest.

    Pika Backup is a GNOME front end for BorgBackup, adding deduplication and encryption with local and remote destinations, for Linux only.

  • Vorta

    A desktop front end for BorgBackup, so encrypted deduplicated backups stop being a cron job.

    Vorta is a desktop Borg front end for Linux and macOS that adds encrypted, deduplicated backups to local disks, SSH servers or hosting services.

  • rsnapshot

    Filesystem snapshot backups using rsync and hard links.

    rsnapshot uses the same rsync and hard link approach from the command line on Linux and macOS, with no graphical interface.

  • Kopia

    An encrypted snapshot backup tool with both a command line and a proper desktop app, pointed at whatever storage you choose.

    Kopia adds encryption, compression and deduplication with a desktop app on Windows, macOS and Linux, but snapshots are not plain browsable folders.

  • Grsync

    Graphical front end for rsync with saved sessions.

    Grsync is a GTK front end for rsync with saved sessions across Windows, macOS and Linux, but it does not keep hard-linked snapshots.

Also worth comparing

These listings name Back In Time as their own alternative, so the relationship runs both ways.

Similar software

Related functionality, not a direct replacement.