diff options
-rwxr-xr-x | ssync | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -68,7 +68,7 @@ if [ $COUNT -gt 0 ]; then log "Syncing now" cat $FETCH_FILE | xargs -n1 -P$PARALLEL -I '{}' rsync -e "ssh -i $KEY_FILE" \ -av \ - $REMOTE:${REMOTE_DIR}/'{}' ${SRC_DIR} + $REMOTE:"${REMOTE_DIR}/'{}'" ${SRC_DIR} else log "No files to sync" fi |