Skip to content

Instantly share code, notes, and snippets.

@do-me
Created June 24, 2025 06:53
Show Gist options
  • Save do-me/7e74754fd44bbd0d853c6518d1c64ff0 to your computer and use it in GitHub Desktop.
Save do-me/7e74754fd44bbd0d853c6518d1c64ff0 to your computer and use it in GitHub Desktop.
Download large file over ssh with rsync
rsync -avz --progress your_host:/home/disk_image/to_download/large_file.vdi .
# host must look like this in config
Host your_host
HostName yourserver.de
User root
IdentityFile ~/.ssh/[email protected]/ed25519/openssh/id_ed25519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment