So Borg Backup is great.
So is Vorta.
My one gripe with Vorta so far is that it doesn't natively support Windows. That said, you can still use it on Windows through WSL.
- Install Ubuntu WSL: https://ubuntu.com/wsl
- Install VcXsrv: https://sourceforge.net/projects/vcxsrv/
- Add the following to your .bashrc:
export DISPLAY=$(cat /etc/resolv.conf | grep nameserver | awk '{print $2}''):0
sudo add-apt-repository ppa:samuel-w1/vorta
sudo apt-get update
sudo apt-get install vorta
- Run VcXsrv
vorta
Bonus points, install wsl-windows-toolbar so you can launch Vorta easily.
If you run into issues installing I found this helpful (from #31):
One word of warning is that wsl2's access to the host system is extremely slow. Ideally a native solution should replace this.