Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Rsync File Transfer One-Liner ====== Quick Linux tip 💡 Want to download a super large file over SSH using rsync in Linux? This is the best one-liner you should bookmark <code>rsync -av --partial --inplace --append --progress root@server-ip:/file/location .</code> Basically it allows partial files to be transferred over, so that in the event the transfer gets interrupted you can restart from where it left off. Plus you get to see the progress of the transfer. Original tweet: [[https://twitter.com/linuxhandbook/status/1651476038935797762?s=46&t=6kesM73PVSICD2A7OstHbg]] Originally tweeted by [[https://twitter.com/linuxhandbook|Linux Handbook]] wiki/sysadmin/rsync_file_transfer_one_liner.txt Last modified: 2025/01/07 12:37by Greg