diff --git a/ssh-copy/action.yml b/ssh-copy/action.yml index c60acc9..0fd57e9 100644 --- a/ssh-copy/action.yml +++ b/ssh-copy/action.yml @@ -38,4 +38,4 @@ runs: - name: rsync directory shell: bash run: | - rsync -avz --delete ${{ inputs.source }} ${{ inputs.user }}@${{ inputs.host }}:${{ inputs.target }} + rsync -rlptz --delete ${{ inputs.source }} ${{ inputs.user }}@${{ inputs.host }}:${{ inputs.target }}