Issue creating mirrored feed update server

I have multiple systems that need to update their feed simultaneously so I have set up rsync on a Debian server for gvm feed updates. The sync script and rsyncd.conf file were used from here:

The script was updated by changing the community feed variables to “feed.community.greenbone.net” then was executed without issue.

Then gvm-feed-update was ran from the slave but an error was received.

[*] Updating: GVMD Data
@ERROR: Unknown module ‘data-objects’
rsync error: error starting client-server protocol (code 5) at main.c(1814) [Receiver=3.2.3]

All other feeds appeared to update successfully.

Any help would be much appreciated! Thank you!

I was missing the data-objects feed when rsyncing. Resolved.