added crond command for reference

This commit is contained in:
John Lancaster
2024-06-15 15:11:26 -05:00
parent cf63a16f6b
commit e6f5ee38e5

View File

@@ -74,3 +74,11 @@ Check crontab entry in container
```shell ```shell
docker compose exec backup cat /var/spool/cron/crontabs/root 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
```