Déjà Dup is a simple backup tool. It hides the complexity of backing up the Right Way (encrypted, off-site, and regular) and uses Restic & Duplicity behind the scenes.
Support for local, remote, or cloud backup locations such as Google Drive
Securely encrypts and compresses your data
Incrementally backs up, letting you restore from any particular backup
Schedules regular backups
Integrates well into your GNOME desktop
Déjà Dup focuses on ease of use and personal, accidental data loss. If you need a full system backup or an archival program, you may prefer other backup apps.
Homepage
Download
Recent Releases
4930 May 2025 03:15
minor feature:
alpha
Enable Restic by default in all builds.
Redesign the UI to be a bit more modern.
Restic: use the file manager instead of our custom browser when
restoring.
Packaging:
The `enable_restic` and `restic_by_default` meson options are now ignored
and Restic support is now required. You should add a runtime dependency on
Restic and optionally set the related options `restic_pkgs` (if using
PackageKit) and `restic_command` (if Restic isn't installed in PATH).
You should keep a runtime dependency on Duplicity. Existing Duplicity backups
are still supported and are not converted to Restic. If depending on two
backup programs feels bloated or is difficult, turn on PackageKit support
and let Deja Dup install Duplicity on-demand.
You should add a runtime dependency on fusermount (or fusermount3) - likely
provided by a fuse2 or fuse3 package. Use the new `fusermount_command`
meson option if it is installed outside of PATH.
48.116 Apr 2025 16:09
minor bugfix:
Restic: improve the message when some source files can't be read during a. Backup by actually listing the affected files
|