FG
💻 Software

Linux: Alternative to rsync? (ie, scp with resume)

Fresh5 days ago
Mar 15, 20264648 views
Confidence Score0%
0%

Problem

I've been using to automatically send files from one box to another, which is great compared to scp, since it supports resuming. However, when resuming a very large file (>10gb) has to read both files and compare them, which is very slow. I don't need fancy error handling, just " with resume", so h…

Error Output

rsync

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Linux: Alternative to rsync? (ie, scp with resume)

Low Risk

You could try the option of since it sounds like you want to base the resumption on the sizes of the two files rather than verifying that their contents match.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment