From e6f5ee38e576447d2c736f8314676555348d918e Mon Sep 17 00:00:00 2001 From: John Lancaster <32917998+jsl12@users.noreply.github.com> Date: Sat, 15 Jun 2024 15:11:26 -0500 Subject: [PATCH] added crond command for reference --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index be464db..10247e7 100644 --- a/README.md +++ b/README.md @@ -74,3 +74,11 @@ Check crontab entry in container ```shell docker compose exec backup cat /var/spool/cron/crontabs/root ``` + +### Crond + +Crond command when scheduled using `resticprofile schedule --all` + +```shell +cd /resticprofile && /usr/bin/resticprofile --no-ansi --config /etc/resticprofile/profiles.yaml --name default backup +```