Table of Contents >> Show >> Hide
- What Déjà Dup Is (and What It’s Not)
- Before You Click Anything: Pick a Backup Plan That Won’t Betray You
- Step 1: Install Déjà Dup (or Find It If It’s Already There)
- Step 2: Open Déjà Dup and Do the First-Time Setup
- Step 3: Pick a Backup Location (Don’t Store It on the Same Drive)
- Step 4: Run Your First Backup (and Turn On Encryption)
- Step 5: Turn On Automatic Backups (The Whole Point)
- Step 6: Make Sure Automatic Backups Actually Run
- Step 7: Learn to Restore (Before It’s an Emergency)
- Troubleshooting: Common Issues (and Fixes That Don’t Require Sorcery)
- Best Practices That Make Déjà Dup Even Better
- Real-World Experiences and Lessons People Learn Using Déjà Dup (Extra)
- Conclusion
Backups are like flossing: everyone agrees it’s a good idea, and then somehow… we all “forget” until something painful happens.
The good news is that Déjà Dup (often shown as “Backups” in GNOME) is built for normal humanspeople who want their files protected
without earning a second degree in Terminal Wizardry.
In this guide, you’ll set up automatic backups with Déjà Dup, choose smart backup locations, turn on encryption, andmost importantlylearn
how to restore your data before you actually need it. Because the only thing worse than losing files is discovering your backup was “mostly vibes.”
What Déjà Dup Is (and What It’s Not)
Déjà Dup is a simple, GUI-based backup app designed for GNOME desktops (Ubuntu, Fedora Workstation, and plenty of other Linux setups).
It’s focused on doing backups “the right way”: regular, encrypted, and ideally stored somewhere other than the same drive you’re trying to protect.
What it’s great at
- Automatic scheduled backups (set it once, then let it quietly do its job).
- Incremental backups (only changes get backed up after the first run, saving time and space).
- Point-in-time restores (restore a file from a specific date).
- Encryption (your backup isn’t a public diary).
What it’s not
- Not a full disk imaging tool by default (it’s mainly for your personal files and selected folders).
- Not a “set it and forget it forever” solution unless you occasionally test restores and check storage space.
One more modern-detail worth knowing: depending on your distribution and version, Déjà Dup may use different “engines” under the hood (such as Restic or
Duplicity). The user experience stays similar, but it explains why two Linux friends can argue online and both be right.
Before You Click Anything: Pick a Backup Plan That Won’t Betray You
A tool is only as good as the plan behind it. Before setting up automatic backups, spend two minutes deciding what “protected” actually means for you.
The goal is recovery, not just “a folder full of mysterious backup stuff.”
Use the simple 3-2-1 rule (your future self will thank you)
- 3 copies of important data (the original + two backups)
- 2 different types of storage (example: external drive + cloud or network storage)
- 1 copy off-site (so a stolen laptop or spilled coffee doesn’t end your whole story arc)
Decide what to back up
Most people should prioritize:
- Documents (work/school/personal files)
- Photos & videos
- Project folders (code, design files, client work)
- Browser profiles (bookmarks, saved passwordsif you don’t use sync)
- Key app data (notes, writing apps, local databases)
And most people should not back up:
- Downloads (your computer’s junk drawer)
- Cache folders (they regenerate)
- Huge VM images unless you truly need them (they make backups slow and bulky)
Step 1: Install Déjà Dup (or Find It If It’s Already There)
On many GNOME-based systems, Déjà Dup is already installed and may appear as “Backups”.
If you don’t see it, you can install it using your distro’s app store or package manager.
Common install options
- Ubuntu: Often preinstalled; search “Backups” in the application menu.
- Fedora Workstation: Install via Software (GUI) or your package manager.
- Other distros: Look for “deja-dup” in the repository or use a Flatpak if available.
If you like the terminal route, typical installs look like this (exact commands vary by distro):
Step 2: Open Déjà Dup and Do the First-Time Setup
Open Backups (Déjà Dup). You’ll usually see sections for:
Folders to Back Up, Folders to Ignore, Storage Location,
and Schedule.
Choose what to back up
- Go to Folders to Back Up.
- Add your important folders (commonly your Home subfolders like Documents and Pictures).
- If you back up your whole Home folder, be intentional about exclusions (next step).
Choose what to ignore
- Open Folders to Ignore.
- Add Downloads, cache folders, and any massive folders you don’t need in a restore scenario.
- Think: “If I lost this folder, would I care?” If the answer is “no,” it’s a great ignore-candidate.
Step 3: Pick a Backup Location (Don’t Store It on the Same Drive)
This is where many backups go wrong: they’re stored on the same device they’re meant to protect.
If your laptop dies, an internal-drive backup dies with it. Instead, choose a location that fits your life and risk level.
Option A: External drive (best “simple and solid” choice)
- Plug in your external drive.
- In Déjà Dup, set Storage Location to that drive (or a folder on it).
- Create a clearly named folder like Backups-DejaDup.
Pro tip: If you’re concerned about theft or ransomware, consider keeping the drive unplugged when not backing up.
Just remember: automatic backups need the drive connected sometimes.
Option B: Network location (great for home servers or a NAS)
If you have a file server on your network, you can back up to a shared folder. This is excellent for households with multiple machines
or anyone with a small home lab.
- Create a dedicated backup share on your NAS/server.
- Use a user account with only the access it needs (don’t use your admin account if you can avoid it).
- Select the network storage option in Déjà Dup and authenticate when prompted.
Option C: Cloud (useful, but be intentional)
Some setups allow cloud storage such as Google Drive. This can be a lifesaver if your device is lost, but it can also be slower and more sensitive
to connection issues. Encryption matters a lot heretreat cloud backup like mailing a box: secure what’s inside before you ship it.
Step 4: Run Your First Backup (and Turn On Encryption)
Now it’s time to create the first backup. This initial run usually takes the longest because it’s copying everything for the first time.
Afterward, incremental backups are typically faster.
- Click Back Up Now.
- When prompted, choose whether to encrypt your backup (strongly recommended).
- Create a strong passphrase and store it safely (password manager recommended).
Important: If you lose your encryption password, you may lose the ability to restore your backup.
In other words: encryption is amazing, and it does not negotiate.
Step 5: Turn On Automatic Backups (The Whole Point)
Once your first backup succeeds, go to Schedule.
Enable Automatic Backups and choose how often you want them to run.
Recommended schedules (realistic, not fantasy)
- Daily: Best for active work, school projects, photo imports, or anything you’d cry about losing.
- Weekly: Fine for lighter use, or as a second backup layer.
Also choose how long to keep backups. Longer retention gives you more “oops” recovery options, but uses more storage.
A common sweet spot is at least 1–3 months for personal devices, longer if storage allows.
Advanced retention tweak (optional)
Some systems allow adjusting retention via settings keys (for example, setting a “delete after X days” value).
This is for people who like a little extra control and don’t mind advanced knobs.
Step 6: Make Sure Automatic Backups Actually Run
Automatic backups are only automatic if the backup destination is available and your system can run scheduled tasks.
Here’s a quick reality check:
- Laptops: If your external drive is never plugged in, backups can’t happen. Plug it in regularly.
- Desktops: If you shut down every night, schedule frequency matters less than consistencyrun backups when the machine is on.
- Network/cloud: Reliable connectivity matters. If Wi-Fi is flaky, expect occasional backup failures.
After enabling the schedule, check back later to confirm you see successful backup history. Think of this as the “trust, but verify” phase.
Step 7: Learn to Restore (Before It’s an Emergency)
Backups are not the goal. Restores are the goal. A backup you’ve never tested is basically a motivational quote.
How to do a simple test restore
- Open Déjà Dup and choose Restore.
- Select the backup location (external drive, network, or cloud).
- Pick a date (try something recent).
- Restore a small folder (or a few files) to a test folder like Restore-Test.
- Open the files to confirm they’re usable.
If this works, congratulations: you’re in the elite group of people whose backups can actually save them.
Troubleshooting: Common Issues (and Fixes That Don’t Require Sorcery)
“My backups are slow.”
- First backup is always the slowestthis is normal.
- Exclude large folders you don’t need (Downloads, VM images, caches).
- Use a faster drive (USB 3.x, SSD external, or a strong network share).
“It keeps asking for my encryption password.”
- This can happen depending on how your system stores credentials and how the backup destination authenticates.
- Try updating the app, re-saving credentials, or switching storage locations if the destination is especially finicky.
“Cloud backups fail randomly.”
- Cloud connections can time out or require re-authentication.
- For maximum reliability, use cloud as an off-site layer, not your only backup.
- If possible, keep a local external backup too (hello again, 3-2-1 rule).
“I’m not sure whether my version uses Restic or Duplicity.”
- It’s okay. The interface is designed so you don’t need to care day-to-day.
- If you’re troubleshooting, check your app version and your distro documentation or release notes.
Best Practices That Make Déjà Dup Even Better
1) Keep your backup destination boring
Boring is reliable. A dedicated backup folder on a dedicated drive is less likely to get “cleaned up” or renamed by accident.
2) Keep at least one offline-ish backup
If ransomware or a bad sync wipes connected storage, an unplugged external drive can be the last line of defense.
Even if you only plug it in once a week, that’s still a huge win.
3) Do a monthly restore test
Put a recurring reminder on your calendar: restore a small folder and open the files. This takes five minutes and can save you days of heartbreak.
4) Write down your “disaster plan” in one paragraph
Literally: “If my laptop dies, I will restore from Drive X (or Location Y), using Déjà Dup, using password stored in Z.”
Stress makes people forget obvious stepsyour one-paragraph plan is your cheat code.
Real-World Experiences and Lessons People Learn Using Déjà Dup (Extra)
The funniest thing about backups is that people often become backup experts right after they lose something important. The second funniest thing is that
the lesson is usually the same: “I thought I had a backup… but I never checked.” Here are common real-world experiences users run into when setting up
automatic backups with Déjà Dupand what they typically learn from them.
Experience #1: The “I backed up the wrong stuff” moment
A very common first attempt is selecting the entire Home folder and calling it a day. That sounds reasonable until the backup balloons in size because
it captured huge folders like Downloads, game caches, and app temporary files. People usually notice when the external drive fills up or the backup takes
forever. The fix is simple: keep the important folders (Documents, Pictures, project directories), then deliberately ignore the noisy ones. Once users
trim the backup set, automatic backups become much fasterand the system stops feeling like it’s dragging a couch uphill.
Experience #2: The “my drive wasn’t plugged in” surprise
Automatic backups still need access to the backup destination. Laptop users often set up an external drive backup, enable the schedule, and then unplug
the drive for weeks. Later, they assume they’re protecteduntil they open the app and discover the last successful backup happened during the original setup.
The lesson: pick a routine that matches your life. Some people plug in the drive every Friday while they make coffee. Others leave the drive connected on
a desktop but use encryption and a dedicated backup folder. The best backup schedule is the one that actually happens.
Experience #3: The “encryption password amnesia” problem
Encryption is a huge benefit, especially for portable drives and cloud storage, but it comes with responsibility. People sometimes create a “temporary”
password during setup and plan to change it later… and then later never arrives. Months after that, during a restore, the password is gone. The fix is not
technicalit’s behavioral: store the passphrase in a password manager and label it clearly (for example, “Deja Dup Backup Passphrase – External Drive”).
Users who do this once stop worrying about encryption and start enjoying it.
Experience #4: The “restore test saved me” victory lap
When users do a small restore testrestoring a folder into a temporary “Restore-Test” directorythey often catch issues early: a destination path changed,
a drive letter mount point shifted, or cloud authentication expired. Fixing these problems while everything is calm is easy. Fixing them while your laptop
is dead and your deadline is in six hours is… less fun. People who develop the habit of a monthly restore test tend to feel unusually relaxed about
computers doing computer things, which is the closest thing to magic Linux can offer.
Experience #5: The “I needed versions, not just a copy” realization
Sometimes the crisis isn’t accidental deletionit’s a bad edit that gets saved and synced everywhere. Users who keep backups over time (weeks or months)
can restore a file from “before the mistake,” which is often the real value of a backup system. This is why retention settings matter: a backup that only
keeps the latest snapshot might not protect against slow-burn problems like silent file corruption, mistaken overwrites, or that one “cleanup” script that
seemed like a good idea at 2 a.m.
The overall takeaway from these experiences is simple: Déjà Dup can make backups feel effortless, but you still want a tiny bit of process around it.
Pick sensible folders, store the backup somewhere safe, enable scheduling, and test restores occasionally. Do those four things and your future self will
treat you like a geniuseven if you still can’t remember where you put your keys.
Conclusion
Setting up automatic backups with Déjà Dup is one of the highest ROI moves you can make on a Linux desktop. Once it’s configured, it quietly handles the
routine work: backing up changes, keeping history, and protecting your data with encryption. Your job is to make a few smart choiceswhat to back up,
where to store it, and how often to run itthen verify it with an occasional restore test. That’s it. No drama. No panic. Just a calm system that’s ready
when life (or laptops) gets messy.
