22 lines
344 B
Markdown
22 lines
344 B
Markdown
|
# chimera.netig.net
|
||
|
|
||
|
Mirror served by Caddy.
|
||
|
|
||
|
## Usage
|
||
|
|
||
|
Create directory :
|
||
|
```
|
||
|
# mkdir /srv/dwalin/chimera.netig.net/public
|
||
|
```
|
||
|
|
||
|
Manualy sync the repositories :
|
||
|
```
|
||
|
./sync.sh
|
||
|
```
|
||
|
|
||
|
Then add this line into the host crontab with `crontab -e` to sync every hours :
|
||
|
```
|
||
|
# Mirror synchronization
|
||
|
0 */1 * * * /srv/dwalin/chimera.netig.net/sync.sh
|
||
|
```
|