Setup a Remotely Accessible rsync Server

From NovaOrdis Knowledge Base
Revision as of 05:14, 27 December 2018 by Ovidiu (talk | contribs) (Created page with "=Internal= * rsync =Overview= =Procedure= ==SELinux Configuration== rsync may interact with SELinux and fail operations that otherwise would succeed. A...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Internal

Overview

Procedure

SELinux Configuration

rsync may interact with SELinux and fail operations that otherwise would succeed. A typical symptom is not to be able to create a directory:

The solution is to:

setsebool -P rsync_full_access=on

The change survives reboot.