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.

2
  • Is it possible that if the directory already exists, with the correct permissions, that Rsync will temporarily reset the directory to 'root-only' access if it needs to copy a second file? If it were possible to run Rsync as the correct UID this might resolve some problems? Commented Jul 21, 2021 at 22:23
  • @JeremyBoden It does not reset the permissions once the directory is created. 3 days ago, I created new directories on monday and the sync only broke once from one system. I'm positive setting correct UID in advance will solve this but I'm not so sure yet. Commented Jul 22, 2021 at 0:50