Update readme with notice of new systemd unit

Add documentation to readme about the new systemd unit and how to enable them.
pull/611/head
Dan Johansen 2025-02-10 13:57:11 +01:00 committed by GitHub
parent a8156b6f7f
commit 7bd2de1cca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 19 additions and 0 deletions

View File

@ -667,6 +667,25 @@ Btrfs Relationship (technical note)
* Used by btrbk to determine best parent.
* `/mnt/btr_pool/data.20150101 <-- /mnt/btr_pool/data`
SystemD
=======
There are 2 systemD units available. One for local backups and one with networking support. They run a daily snapshot and can be enabled with their timers.
Only one of these should be enabled at the same time.
For local only:
```
sudo systemctl enable --now btrbk.timer
```
For networking support, like SSH targets and sources:
```
sudo systemctl enable --now btrbk-network.timer
```
FAQ
===