Created
June 24, 2025 06:53
-
-
Save do-me/7e74754fd44bbd0d853c6518d1c64ff0 to your computer and use it in GitHub Desktop.
Download large file over ssh with rsync
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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