FG

Why does rsync nest directories?

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

Problem

I've got this scenario: dir1 , dir2 (mounted with sshfs). When I issue: , I get with the whole content. Some directories are OK in , some are not. There are no links (neither hard nor symbolic). Does anybody know what is going on and how to protect myself?

Error Output

/home/arek/

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Why does rsync nest directories?

Low Risk

is picky about the trailing slash. Try this: See the man page for all the details. Update If one of the paths is mounted via sshfs, I suggest using differently: (The might be redundant at this point; used to default to !) The asks for partial file t…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment