As per title really. I need a backup solution for backing up my home directory to an external USB drive that;

  1. I can schedule to run x times per week
  2. Encrypts the contents (into an encrypted zip file is fine)
  3. Puts the encrypted backup onto an external USB drive
  4. Keeps the last x amount of backups.

I’ve found loads that can do one or more of these things but not all of them. I really like LuckyBackup for example but it doesn’t encrypt. I just want something I can set and forget.

System is LMDE 6 (Faye).

  • Robbi68English
    arrow-up
    7
    arrow-down
    0
    ·
    7 months ago
    edit-2
    7 months ago
    link
    fedilink

    I use borgbackup together with borgmatic and vorta. Does what you want and works very well.

    • LerajeOPEnglish
      arrow-up
      2
      arrow-down
      0
      ·
      7 months ago
      link
      fedilink

      Perfect - thank you :)

  • capitalEnglish
    arrow-up
    5
    arrow-down
    0
    ·
    7 months ago
    link
    fedilink

    restic checks all boxes except scheduling but is easily cron’ed.

    It’s encrypted and has a ‘forget’ with a ‘–keep-last n’ switch.

  • hjpoijnerflkjnEnglish
    arrow-up
    2
    arrow-down
    0
    ·
    7 months ago
    link
    fedilink

    Have a look at kopia. But a proper backup is never set and forget.

  • BCsvenEnglish
    arrow-up
    1
    arrow-down
    0
    ·
    7 months ago
    link
    fedilink

    I use DejaDup because it is simple to setup, does encryption, runs periodic validations, and is easy to restore at a specified date. BBC discalimer “other backup systems are available”

  • HeavybellEnglish
    arrow-up
    1
    arrow-down
    0
    ·
    7 months ago
    link
    fedilink

    I’m still using Duplicity. It’s a command line program, so point #1 is handled by systemd timers, but it does the rest for me. With a udev rule and systemd automount, I even have it so I can swap out the backup drive and take it off-site occasionally.