diff --git a/scripts/run.sh b/scripts/run.sh index a261494..16d9b94 100755 --- a/scripts/run.sh +++ b/scripts/run.sh @@ -9,7 +9,7 @@ function get_base() { local dst="$BASE_BASES/$name/$arch" mkdir -p "$dst" - rsync -yavP "$remote/$arch/base" "$dst/" + rsync -yavP --exclude contents_index "$remote/$arch/base" "$dst/" } get_base x86_64 xrs:/space/ALT/Sisyphus x86_64