Skip to content

Commit

Permalink
rsync scripts now use checksum instead of modification time
Browse files Browse the repository at this point in the history
- this is to prevent transfer of files just because the local
  modification time is different than the remote one
  • Loading branch information
darxriggs committed Aug 4, 2013
1 parent 4f901ee commit 3e6a901
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions scripts/rsync.update-site.release
@@ -1,6 +1,7 @@
rsync \
-a \
-v \
--checksum \
--compress \
--delete \
--progress \
Expand Down
1 change: 1 addition & 0 deletions scripts/rsync.update-site.snapshot
@@ -1,6 +1,7 @@
rsync \
-a \
-v \
--checksum \
--compress \
--delete \
--progress \
Expand Down
1 change: 1 addition & 0 deletions scripts/rsync.web-site
@@ -1,6 +1,7 @@
rsync \
-a \
-v \
--checksum \
--compress \
--delete \
--progress \
Expand Down

0 comments on commit 3e6a901

Please sign in to comment.