Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

3
  • This sounds like a smart approach … except, I get a lot of false positives: cd+++++++++ entries show up for directories with identical file listings inside them in LOCAL and USB; and there's way too many of them. — Can the directory/file permissions be a factor here? I've got 644 for files, 755 for directories on LOCAL vs. 777 for all on USB (because I still didn't get around to try this user mapping file solution for this other issue that I have), askubuntu.com/a/74851/846446 Commented Oct 1, 2021 at 14:12
  • @WoodrowShigeru You could try using --no-perms after --archive. Commented Oct 1, 2021 at 15:49
  • Unfortunately, I see no difference. I've also tried -rlgoD instead of --archive w/o any effect. When comparing the dirs with ls, I sometimes see another time on the dir or a subdir, but not any of the files inside – or I see another link count. detailed.wordpress.com/2017/10/28/… — I've had to read up on it – stackoverflow.com/questions/34407685/link-count-and-ls-command –, not sure how a link count could affect rsync like that. Commented Oct 1, 2021 at 16:35