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?
Not sure about other options but Backrest has worked wonderfully for me since day 1. Basically just a GUI for Restic. My only complaints are that jobs can’t be assigned to multiple repos and you can’t edit a job’s name or repo once created. Aside from those quirks, it works fine - I have daily, weekly, monthly, and manual jobs set up across both servers and my desktop, basically just set it and forget it.
FlexibleToast@lemmy.world 3 weeks 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
HelloRoot@lemy.lol 3 weeks ago
borgwarehouse.com
this is also nice instead of borgserver. Then you can add new clients via web GUI.
FlexibleToast@lemmy.world 3 weeks ago
Well, this looks really cool. Thanks
Zachariah@lemmy.world 3 weeks ago
Vorta is an awesome front end to Borg for machines with a gui.
Lem453@lemmy.ca 3 weeks ago
This along with borg warehouse is the GOAT setup. Many others exist of course.