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).

  • 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.