Skip to content
/ backup Public

Backing up data like the adult I supposedly am

Notifications You must be signed in to change notification settings

fionn/backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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