Skip to content

Commit

Permalink
Make some improvements on rsync (progress and human-readable)
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopradoj committed Apr 28, 2016
1 parent 7c4743f commit 357ad85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .scripts/0-default.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ sync_directories() {
echo "Syncing directories" | colorize_output

if [ -d $VOLUME_DIR/build ] && [ -d $VOLUME_DIR/doc-pt_BR ] && [ -d $VOLUME_DIR/web-php ]; then
rsync -avhW --no-compress --update $MANUAL_DIR/ $VOLUME_DIR
rsync -avhW --no-compress --progress --human-readable --update $MANUAL_DIR/ $VOLUME_DIR
else
cp -Rv $MANUAL_DIR/ $VOLUME_DIR
fi
Expand Down

0 comments on commit 357ad85

Please sign in to comment.