path
This commit is contained in:
parent
736d644f04
commit
a83723b3a6
@ -17,5 +17,5 @@ Manualy sync the repositories :
|
|||||||
Then add this line into the host crontab with `crontab -e` to sync every hours :
|
Then add this line into the host crontab with `crontab -e` to sync every hours :
|
||||||
```
|
```
|
||||||
# Mirror synchronization
|
# Mirror synchronization
|
||||||
0 */1 * * * /srv/dwalin/chimera.netig.net/sync.sh
|
0 */1 * * * /srv/chimera.netig.net/sync.sh
|
||||||
```
|
```
|
||||||
|
2
sync.sh
2
sync.sh
@ -2,5 +2,5 @@
|
|||||||
|
|
||||||
# Chimera Linux
|
# Chimera Linux
|
||||||
MIRROR=rsync://repo.chimera-linux.org/chimera
|
MIRROR=rsync://repo.chimera-linux.org/chimera
|
||||||
TARGET=/srv/dwalin/chimera.netig.net/public
|
TARGET=/srv/chimera.netig.net/public
|
||||||
rsync -rlptvSH --delete-delay --delay-updates --progress $MIRROR $TARGET
|
rsync -rlptvSH --delete-delay --delay-updates --progress $MIRROR $TARGET
|
||||||
|
Loading…
x
Reference in New Issue
Block a user