From ca07bf43c87d27a901a89f3a6a467f1a605bfc15 Mon Sep 17 00:00:00 2001 From: Rick Elrod Date: Thu, 30 May 2019 15:51:03 +0000 Subject: [PATCH] s3-mirror: try adding --only-show-errors to the sync part Signed-off-by: Rick Elrod --- roles/s3-mirror/files/s3-sync-path.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roles/s3-mirror/files/s3-sync-path.sh b/roles/s3-mirror/files/s3-sync-path.sh index 5daf28902c..2962d68ac5 100644 --- a/roles/s3-mirror/files/s3-sync-path.sh +++ b/roles/s3-mirror/files/s3-sync-path.sh @@ -29,7 +29,8 @@ CMD="aws s3 sync \ --exclude *LiveOS/* \ --exclude *development/* \ --exclude *releases/test/* \ - --no-follow-symlinks \ + --no-follow-symlinks \ + --only-show-errors \ " #--dryrun \