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.

  • @HumanPerson
    link
    21 year ago

    When I do something really dumb I typically just use dd to create an iso. I should probably find something better.