added crond command for reference

This commit is contained in:
John Lancaster
2024-06-15 15:11:10 -05:00
parent 58e581b303
commit d1c3bcef4a

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