From 3e6a901131c37643920138212213d383e26d49a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Scheibe?= Date: Sun, 4 Aug 2013 16:30:46 +0200 Subject: [PATCH] rsync scripts now use checksum instead of modification time - this is to prevent transfer of files just because the local modification time is different than the remote one --- scripts/rsync.update-site.release | 1 + scripts/rsync.update-site.snapshot | 1 + scripts/rsync.web-site | 1 + 3 files changed, 3 insertions(+) diff --git a/scripts/rsync.update-site.release b/scripts/rsync.update-site.release index 35f6544..13c9bcf 100755 --- a/scripts/rsync.update-site.release +++ b/scripts/rsync.update-site.release @@ -1,6 +1,7 @@ rsync \ -a \ -v \ +--checksum \ --compress \ --delete \ --progress \ diff --git a/scripts/rsync.update-site.snapshot b/scripts/rsync.update-site.snapshot index 72604c4..bafdfd5 100755 --- a/scripts/rsync.update-site.snapshot +++ b/scripts/rsync.update-site.snapshot @@ -1,6 +1,7 @@ rsync \ -a \ -v \ +--checksum \ --compress \ --delete \ --progress \ diff --git a/scripts/rsync.web-site b/scripts/rsync.web-site index cd94fef..39c7b8e 100755 --- a/scripts/rsync.web-site +++ b/scripts/rsync.web-site @@ -1,6 +1,7 @@ rsync \ -a \ -v \ +--checksum \ --compress \ --delete \ --progress \