Skip to content

Instantly share code, notes, and snippets.

@eugrus
Last active December 26, 2023 00:46
Show Gist options
  • Save eugrus/712aaac2d929b7cd4b7b25a702fcedcd to your computer and use it in GitHub Desktop.
Save eugrus/712aaac2d929b7cd4b7b25a702fcedcd to your computer and use it in GitHub Desktop.
while ! rsync --partial --progress -av -e ssh user@server:"/remotepath" '/localpath'; do sleep 5; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment