From a83723b3a6abd77d9955ff2b9b01138ee989eff1 Mon Sep 17 00:00:00 2001 From: julien Date: Tue, 14 Jan 2025 18:14:30 +0100 Subject: [PATCH] path --- README.md | 2 +- sync.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47917e4..442862e 100644 --- a/README.md +++ b/README.md @@ -17,5 +17,5 @@ Manualy sync the repositories : 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 +0 */1 * * * /srv/chimera.netig.net/sync.sh ``` diff --git a/sync.sh b/sync.sh index 307baae..e31ab8f 100755 --- a/sync.sh +++ b/sync.sh @@ -2,5 +2,5 @@ # Chimera Linux 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