fionn / backup

Backing up data like the adult I supposedly am

Home Page:https://www.rsync.net/products/borg.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backups

Initialise

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.

Link

  • Ensure systemctl --user show-environment looks correct,
  • link unit files with ln -rs service/backup.* ~/.config/systemd/user/.

Enable

systemctl --user enable backup.timer

About

Backing up data like the adult I supposedly am

https://www.rsync.net/products/borg.html