Changes

From Amahi Wiki
Jump to: navigation, search
no edit summary
For some reason, xpenology likes an rsync daemon running on the target. So we have to setup the target to be ready.
1. Edit the file /etc/default/rsync in the Amahi box to start rsync as daemon using xinetd.  {{Code|Code = sudo nano /etc/default/rsync}} The entry listed below, should be changed from false to inetd.
RSYNC_ENABLE=inetd
2. Install xinetd on the Amahi box because it's apparently not installed by default.
$ {{Code|Code = sudo apt-get -y install xinetd}}