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 +```