fix: rsync options
remove group / user / device preservation & verbosity; add compression
This commit is contained in:
+1
-1
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user