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.

  • InFerNo
    link
    fedilink
    arrow-up
    2
    ·
    1 year ago

    I use rsync to an external drive, but before that I toyed a bit with pika backup.

    I don’t automate my backup because i physically connect my drive to perform the task.