From c52f82f9cedc019a064d567ca4407b885fbe3789 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Sat, 4 Jan 2020 13:37:56 -0800 Subject: [PATCH] Documentation: Enable and start borgmatic with a single systemctl command. --- docs/how-to/set-up-backups.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/how-to/set-up-backups.md b/docs/how-to/set-up-backups.md index bc78237cd..b87b80586 100644 --- a/docs/how-to/set-up-backups.md +++ b/docs/how-to/set-up-backups.md @@ -204,8 +204,7 @@ Then, from the directory where you downloaded them: ```bash sudo mv borgmatic.service borgmatic.timer /etc/systemd/system/ -sudo systemctl enable borgmatic.timer -sudo systemctl start borgmatic.timer +sudo systemctl enable --now borgmatic.timer ``` Feel free to modify the timer file based on how frequently you'd like