From 645b6c5f5409e63a6dfa26e926bbac628b98f125 Mon Sep 17 00:00:00 2001 From: Maarten Billemont Date: Sun, 29 Mar 2015 21:10:10 -0400 Subject: [PATCH] Avoid trouble with s3cmd sync not noticing when remote is already up to date. --- Site/2013-05/sync | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Site/2013-05/sync b/Site/2013-05/sync index cb65aefb..d002e112 100755 --- a/Site/2013-05/sync +++ b/Site/2013-05/sync @@ -2,5 +2,5 @@ set -e cd "${BASH_SOURCE[0]%/*}" -s3cmd sync --exclude '.git/**' --follow-symlinks --preserve --acl-public --reduced-redundancy "${@:-.}" s3://masterpasswordapp.com/ +s3cmd sync --exclude '.git/**' --human-readable-sizes --no-preserve --acl-public --reduced-redundancy "${@:-.}" s3://masterpasswordapp.com/ rsync -avPL --no-group "${@:-.}" satura.lyndir.com:/usr/local/www/masterpasswordapp.com/htdocs-secure/