Skip to content

Commit

Permalink
included cron example and TZ
Browse files Browse the repository at this point in the history
  • Loading branch information
fightforlife authored Jun 20, 2022
1 parent dc7176d commit afe9953
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ services:
- /mnt:/mnt
- config:/config
environment:
- TZ=Europe/Berlin
- PGID=1000
- GUID=1000
- CRON_SCHEDULE=0 3 * * *
Expand All @@ -36,6 +37,7 @@ volumes:
* `-v /config` - The location of the Snapraid and SnapRAID-runner configurations
* `-e PGID` for GroupID - see below for explanation
* `-e PUID` for UserID - see below for explanation
* `-e CRON_SCHEDULE=0 3 * * *` here you can set the schedule when the snapraid runner is started. (see https://crontab.guru/)


### Detecting move operations
Expand Down Expand Up @@ -194,4 +196,4 @@ exclude .AppleDB
#smartctl d2 -d usbjmicron %s
#smartctl parity -d areca,1/1 /dev/sg0
#smartctl 2-parity -d areca,2/1 /dev/sg0
```
```

0 comments on commit afe9953

Please sign in to comment.