Hi, I'm not entirely confident about the Xport service but the theory is the same. Rough setup guide is as follows:
Main Computer: * Setup as normal for a standalone play out machine (source, rpms, debs, whatever) * Edit the MySQL config so that it will accept connections from other machines Service Computer: * Setup as normal, check it works for local testing. * Edit /etc/rd.conf to point to main computer for the MySQL settings * Mount Main PC /var/snd to local pc /var/snd via fstab using NFS. (In theory only needs read access) * Xport Service = Main PC * Setup cron to do a weekly/daily rsync on /var/snd to somewhere else as a backup e.g. ~/backup/snd * Setup cron to do a mysqldump from the Main PC to the Service PC. I think rdadmin has an option to schedule database backups so it might be better using that. Regards, Wayne On Wed, 25 Jan 2012 15:39:51 -0000, Alessio Elmi <[email protected]> wrote: > Up > > 2012/1/16 Alessio Elmi <[email protected]>: >> Hi all, >> I'm trying to figure out how to setup properly two machines running >> RDD 2.1.2 (taken from Ubuntu binaries). >> We'd like to have: >> A) Main computer: it is responsible to play the radio, store the >> music... it has everything to run the complete radio station. >> B) Service computer: it has a daily/weekly backup of A:/var/snd into >> B:/backup/var/snd and mysql backup. It should be used to update music >> (import music, set start/talk markers and so on). >> Question is... Does computer B need to have write permission on >> A:/var/snd (via NFS) or Apache service would be enough? And how Xport >> service should set in Menage Host (localhost or MainComputer)? >> If something is not clear I will explain in details what misses... >> Thank you all in advance. >> >> Alessio > _______________________________________________ > Rivendell-dev mailing list > [email protected] > http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev ####################### Scanned by MailMarshal ####################### #################################################################################################################################################################################################################### Attention: The information contained in this message is confidential and intended for the addressee(s) only. If you have received this message in error or there are any problems, please notify the originator immediately. The unauthorised use, disclosure, copying or alteration of this message is strictly forbidden. Christian Vision or any of its subsidiaries will not be liable for direct, special, indirect or consequential damages arising from alteration of the contents of this message by a third party or as a result of any virus being passed on. Please note that we reserve the right to monitor and read any e-mails sent or received by the company under the Telecommunications (Lawful Business Practice) (Interception of Communications) Regulation 2000. Christian Vision is registered in England as a limited company 2842414 and as a charity 1031031 #################################################################################################################################################################################################################### _______________________________________________ Rivendell-dev mailing list [email protected] http://lists.rivendellaudio.org/mailman/listinfo/rivendell-dev
