mirror of
https://github.com/d0zingcat/ghost-docker.git
synced 2026-05-13 15:09:34 +00:00
Make rsync progress quieter
no ref - rsync will print us out a nice progress screen if we lower the verbosity which is nicer than outputting all of the files we're moving
This commit is contained in:
@@ -191,7 +191,8 @@ migrate_content() {
|
|||||||
mkdir -p "$dest"
|
mkdir -p "$dest"
|
||||||
|
|
||||||
# Copy with progress
|
# Copy with progress
|
||||||
rsync --info=progress2 -aHv "$source" "$dest"
|
echo "Copying files..."
|
||||||
|
rsync --info=progress2 -aH "$source" "$dest"
|
||||||
|
|
||||||
echo ""
|
echo ""
|
||||||
echo "Setting permissions for Ghost container (UID: $GHOST_UID, GID: $GHOST_GID)..."
|
echo "Setting permissions for Ghost container (UID: $GHOST_UID, GID: $GHOST_GID)..."
|
||||||
|
|||||||
Reference in New Issue
Block a user