s3-mirror: try adding --only-show-errors to the sync part

Signed-off-by: Rick Elrod <relrod@redhat.com>
This commit is contained in:
Rick Elrod 2019-05-30 15:51:03 +00:00
parent b3978bf0f8
commit ca07bf43c8

View file

@ -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 \