Skip to content

Commit

Permalink
paraview_docs_uploader: use -t, not -a
Browse files Browse the repository at this point in the history
The remote machine does not allow `-l` (preserve symlinks). Symlinks are
not used anyways, so drop its flag. Ownership is also not relevant, but
timestamps are, so keep them.
  • Loading branch information
mathstuf committed Feb 24, 2025
1 parent 9cbd373 commit 4b5ba00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Utilities/DocsUploader/Scripts/paraview_docs_uploader
Original file line number Diff line number Diff line change
Expand Up @@ -112,5 +112,5 @@ fi

if [ -f "${SSH_PRIVATE_KEY_PATH}" ]
then
rsync -e "ssh -o StrictHostKeyChecking=accept-new -i $SSH_PRIVATE_KEY_PATH" -av --progress . kitware@web:
rsync -e "ssh -o StrictHostKeyChecking=accept-new -i $SSH_PRIVATE_KEY_PATH" -tv --progress . kitware@web:
fi

0 comments on commit 4b5ba00

Please sign in to comment.