summaryrefslogtreecommitdiffstats
path: root/base/rsync/rsync.driver
diff options
context:
space:
mode:
Diffstat (limited to 'base/rsync/rsync.driver')
-rw-r--r--base/rsync/rsync.driver2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/rsync/rsync.driver b/base/rsync/rsync.driver
index 21fd54c45..ecd087d65 100644
--- a/base/rsync/rsync.driver
+++ b/base/rsync/rsync.driver
@@ -78,7 +78,7 @@ error("Running rsync failed") unless $? == 0;
print "Updating collection " . basename($destination) . "\n";
# now really run rsync
-open(PIPE, 'rsync -crz --log-format "%o %n" rsync://' . $host . "/$collection $destination|") or error("Couldn't open pipe to rsync");
+open(PIPE, 'rsync -crz --exclude=.footprint.ARCH --exclude=.md5sum.ARCH --log-format "%o %n" rsync://' . $host . "/$collection $destination|") or error("Couldn't open pipe to rsync");
while (<PIPE>)
{
chomp;