We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92b2c8 commit 978108eCopy full SHA for 978108e
sync.gsutil
@@ -5,6 +5,6 @@ export BOTO_PATH=/backup/serverbackup/boto.cfg
5
if [ "$DRY_RUN" ]; then
6
/backup/gsutil/gsutil rsync -n -r $1 gs://$2/$3
7
else
8
- /backup/gsutil/gsutil rsync -r $1 gs://$2/$3
+ /backup/gsutil/gsutil rsync -r $1 gs://$2/$3 2> /dev/null
9
fi
10
exit $?
0 commit comments