diff options
author | Pierre Schmitz <pierre@archlinux.de> | 2010-11-03 17:06:08 +0100 |
---|---|---|
committer | Pierre Schmitz <pierre@archlinux.de> | 2010-11-03 17:06:08 +0100 |
commit | 2fdc32f772c3f798b8407de3bff01c3f9d9fbcb5 (patch) | |
tree | 89c97002bf4ed8c3f4f3b9d15d1d88c4eddb3b84 /syncrepo | |
parent | b75326edbdd0ae11f4e10aedb2f64ce536b67479 (diff) | |
download | repo-tools-2fdc32f772c3f798b8407de3bff01c3f9d9fbcb5.tar.gz repo-tools-2fdc32f772c3f798b8407de3bff01c3f9d9fbcb5.tar.xz |
include lib32
Diffstat (limited to 'syncrepo')
-rwxr-xr-x | syncrepo | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -15,7 +15,8 @@ trap "rm -f '${lock}'" EXIT INT TERM rsync -rtlvH --safe-links --delete-after --progress -h \ --delay-updates --no-motd --bwlimit=1000 \ --temp-dir="${tmp}" \ - --exclude='*.links.tar.gz*' \ + --exclude='*.links.tar.gz' \ + --exclude='*.old' \ --exclude='/other' \ --exclude='/sources' \ --exclude='/iso' \ |