I’m trying to find a good method of making periodic, incremental backups. I assume that the most minimal approach would be to have a Cronjob run rsync periodically, but I’m curious what other solutions may exist.

I’m interested in both command-line, and GUI solutions.

  • @timbuck2themoon
    link
    111 months ago

    I migrated from déjà dup to restic and resticprofile recently. It’s a dream. Super efficient because of the dedup.

    Would maybe like to move to rustic once it gets more mature.