Today 2021-03-02: I tried using restic
to generate backups (perhaps frequently) on my Ubuntu 20.04 laptop. I used a command like that below.
# install
brew install restic
# initialize the repo
restic init -r Backup/home
# perform a backup; I did this a few times for testing