added crond command for reference
This commit is contained in:
@@ -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
|
||||||
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user