Skip to content

Instantly share code, notes, and snippets.

@eugrus
Last active August 13, 2023 19:06
Show Gist options
  • Save eugrus/ef8fff978982ea39b2f9522747a15896 to your computer and use it in GitHub Desktop.
Save eugrus/ef8fff978982ea39b2f9522747a15896 to your computer and use it in GitHub Desktop.
while ! rsync --partial --progress -avz -e ssh "user@server:/path/folder.to.copy" "/to.local.path"; do sleep 5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment