From 7bd2de1ccaaa8fb8f2627be3a04fd32074950ad6 Mon Sep 17 00:00:00 2001 From: Dan Johansen Date: Mon, 10 Feb 2025 13:57:11 +0100 Subject: [PATCH] Update readme with notice of new systemd unit Add documentation to readme about the new systemd unit and how to enable them. --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index 0113085..0fa8c7a 100644 --- a/README.md +++ b/README.md @@ -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 ===