Readd chceksum flag to identify changed files

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@426544 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Carlos Sanchez Gonzalez 2006-07-28 14:37:21 +00:00
parent 128ae8e0e5
commit 49fe3f24e7
1 changed files with 1 additions and 1 deletions

View File

@ -35,4 +35,4 @@ then
fi
echo "Syncing $FROM -> $TO"
rsync --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt $RSYNC_OPTS -Lrtivz $RSYNC_SSH $FROM $TO
rsync --exclude-from=$HOME/components/maven-meeper/src/bin/syncopate/exclusions.txt $RSYNC_OPTS -Lcrtivz $RSYNC_SSH $FROM $TO