💻 Software
Does anyone know why rsync would keep sending the files over and over again?
Fresh5 days ago
Mar 15, 20267680 viewsConfidence Score0%
0%
Problem
I'm trying to using rsync to backup some files, about half a TB. It's now it a state where it keeps sending the same files everytime it runs. for example: I then verify those files are copied over... then the next time it runs it does the same thing any idea why it's getting stuck on these files? I…
Error Output
rsync -av /data/source/* user@host:/data/dest sending incremental file list source/file1.txt source/file2.txt
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Does anyone know why rsync would keep sending the files over and over again?
Low Risk
Use to get rsync to output what is actually being changed Options that affect the decision for whether or not to skip files are: which decides whether to skip identical files based on checksum which ignores size and time when deciding whether to ski…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix