Fixed dry-mode
This commit is contained in:
@@ -16,7 +16,6 @@ rsync -avz --delete \
|
|||||||
--exclude='data/***' \
|
--exclude='data/***' \
|
||||||
--no-owner --no-group \
|
--no-owner --no-group \
|
||||||
--checksum \
|
--checksum \
|
||||||
--dry-run \
|
|
||||||
public/ "$DEST_USER@$DEST_HOST:$DEST_DIR"
|
public/ "$DEST_USER@$DEST_HOST:$DEST_DIR"
|
||||||
|
|
||||||
CMD="find \"$DEST_DIR\" -type d -name data -exec rm -rf {} +"
|
CMD="find \"$DEST_DIR\" -type d -name data -exec rm -rf {} +"
|
||||||
|
|||||||
Reference in New Issue
Block a user