This commit is contained in:
julien 2025-01-14 18:14:30 +01:00
parent 736d644f04
commit a83723b3a6
2 changed files with 2 additions and 2 deletions

View File

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

View File

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