Currently a Phabricator server has 3 rsync modules to sync data. One each for these pathes:
/srv/dump
/srv/homes
/srv/repos
But we only use rsync::module and not quickdatacopy or a timer to automate the sync.
This means it allows for manual syncing for server migrations but it doesn't happen all the time in the background.
Should we add those timers to sync all the time? If so.. convert to rsync::quickdatacopy?
Or are we ok with just Bacula for backups?