From 07bc312ea43f84fa2cbb599b46e810580ff29b6e Mon Sep 17 00:00:00 2001 From: Kevin Veen-Birkenbach Date: Fri, 14 Apr 2023 09:38:35 +0200 Subject: [PATCH] Updated pull-remote-backups README.md --- roles/native-pull-primary-backups/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/roles/native-pull-primary-backups/README.md b/roles/native-pull-primary-backups/README.md index f5c754f9..767287ca 100644 --- a/roles/native-pull-primary-backups/README.md +++ b/roles/native-pull-primary-backups/README.md @@ -11,12 +11,18 @@ Further information you will find [in this blog post](https://www.veen.world/202 ## debug ### live -To track what the service is doing execute the following command: +To track what the service is doing execute one of the following commands: +#### systemctl ```bash watch -n2 "systemctl status pull-remote-backups.service" ``` +#### journalctl +```bash + journalctl -fu pull-remote-backups.service +``` + ### history ```bash sudo journalctl -u pull-remote-backups