diff options
-rwxr-xr-x | sync-origin-mirror-releases.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sync-origin-mirror-releases.sh b/sync-origin-mirror-releases.sh index 128cb86..57ab8bf 100755 --- a/sync-origin-mirror-releases.sh +++ b/sync-origin-mirror-releases.sh @@ -13,10 +13,10 @@ case $h in kestrel) # kestrel is space constrained, and the binpackages can be re-generated. # Saves 100+ GB - $RSYNC_ARGS+=" --exclude binpackages " + RSYNC_ARGS+=" --exclude binpackages " # kestrel is space constrained, and the snapshot squashfs are a nice-to-have: # Saves 18 GB - $RSYNC_ARGS+=" --exclude squashfs " + RSYNC_ARGS+=" --exclude squashfs " ;; esac |