FG

order of transfer all files under a directory by rsync

Fresh3 days ago
Mar 15, 20266515 views
Confidence Score0%
0%

Problem

If transfer all files under a directory by rsync, what is the order that rsync determines to transfer the files one by one? At first it looked like rsync transfers files in alphabetical order, but later I found rsync skipped some files in the first sweep through the alphabetic order, and then went …

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: order of transfer all files under a directory by rsync

Low Risk

I believe that it transfers the files in the order that they are listed in the directory entry for the directory that they are in. This is generally the order that the files were added to the directory, but if a files is deleted, its spot will be us…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment