If we want to configure rsync daemon service in openwrt we can follow the next step.
Let's start by updating packages and installing software (connecting through SSH and using the CLI)
# opkg update
# opkg install rsyncd
Please, note you can install the software through the web, you are required to update the files through SSH though
Once we install the software, we will configure couple of things like usernames and passwords, and folders that we will share...
To do so, edit the Read more...