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.

  • KitchenNo2246@lemmy.world
    link
    fedilink
    arrow-up
    3
    ·
    11 months ago

    All my devices use Syncthing via Tailscale to get my data to my server.

    From there, my server backs up nightly to rsync.net via BorgBackup.

    I then have Zabbix monitoring my backups to make sure a daily is always uploaded.