Lots of people have mentioned rsynx, restic, borgbackup, and others, but which would be best for backing up nextcloud, immich, and radicale? Do all of them have a method of automatically backing up every X days/weeks? Why use one over the other, what are the differences?

  • @[email protected]
    link
    fedilink
    English
    15
    edit-2
    11 days ago

    I use borg with borgmatic. Heck, if you’re using Nextcloud AIO, borg is built in. It uses rsync, and takes incremental, deduplicated backups. I like it because it’s mostly just setting up ssh and a config file.

    More specifically I use Nextcloud’s built in borg and these two containers:

    Borgmatic

    Borgserver

    Edit: I forgot that for my personal devices I use PikaBackup, which also uses Borg.