Skip to content

Instantly share code, notes, and snippets.

@traedamatic
Last active August 29, 2015 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save traedamatic/25777c50f6f40e1d8dec to your computer and use it in GitHub Desktop.
Save traedamatic/25777c50f6f40e1d8dec to your computer and use it in GitHub Desktop.
Download large file with rsync, nohup and ssh
# play around with fg and bg command the & char
# watch out for any respondes of the script. All respones will be saved in the nohup.log file
nohup rsync --partial --progress --rsh=ssh user@host.com:~/fileonhost.tar .
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment