Initialise the repository with
export BORG_REPO=user@host:backup/borg/$HOSTNAME.home.$USER
borg init -e keyfile-blake2 --progress --remote-path=borg1
where the --remote-path
argument may be skipped, depending on the remote.
- Ensure
systemctl --user show-environment
looks correct, - link unit files with
ln -rs service/backup.* ~/.config/systemd/user/
.
systemctl --user enable backup.timer