summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/sync-gentoo-portage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sync-gentoo-portage.sh b/bin/sync-gentoo-portage.sh
index e9ca82b..ab22e02 100755
--- a/bin/sync-gentoo-portage.sh
+++ b/bin/sync-gentoo-portage.sh
@@ -1,7 +1,7 @@
#!/bin/bash
RSYNC="/usr/bin/rsync"
-OPTS="--quiet --recursive --links --perms --times --devices --compress --delete --timeout=600"
+OPTS="-4 --quiet --recursive --links --perms --times --devices --compress --delete --timeout=600"
SRC="rsync://masterportage.gentoo.org/gentoo-portage"
DST="/raid/gentoo-portage/"