summaryrefslogtreecommitdiffstats
path: root/syncrepo
diff options
context:
space:
mode:
Diffstat (limited to 'syncrepo')
-rwxr-xr-xsyncrepo3
1 files changed, 2 insertions, 1 deletions
diff --git a/syncrepo b/syncrepo
index 07ed077..e8c13b8 100755
--- a/syncrepo
+++ b/syncrepo
@@ -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' \