Centova Technologies Forum

Centova Cast v3 => General discussion => Topic started by: Richard E on November 10, 2018, 12:47:52 pm

Title: Backing up a Centova system
Post by: Richard E on November 10, 2018, 12:47:52 pm
I would like some advice on backing up our Centova server. We have access to an FTP-based cloud backup system and I would be most grateful for information on the areas of the server that we should be backing up.

Our server is running CentOS 6.x and we have an Icecast-based system running ten streams each with AutoDJ and music storage included.

Many thanks in advance for any useful information.
-_Richard E
Title: Re: Backing up a Centova system
Post by: 440music on November 11, 2018, 11:13:25 am
I back up the config files and music files once a week or if I make a change to the config or I get more then a few new submissions I'll back up after the changes.
Title: Re: Backing up a Centova system
Post by: Richard E on November 11, 2018, 01:49:44 pm
Thanks for the observations... could you possibly list the directories that you are backing up? That's what I'm looking for if at all possible and if your server config is anything like ours.

Many thanks!
--Richard E
Title: Re: Backing up a Centova system
Post by: Richard E on November 13, 2018, 10:25:52 am
I would be most grateful for a list of what directories etc should be backed up on a Centova system.

TIA
--Richard E
Title: Re: Backing up a Centova system
Post by: 440music on November 13, 2018, 12:06:08 pm
on linux CentOS6.x
/usr/local/centovacast/var/vhosts
everything you need would be backed up if you want to get more specific each
/usr/local/centovacast/var/vhosts/blues/var/spool/media/
main config files
/usr/local/centovacast/etc
specific config file are in the etc directories
/usr/local/centovacast/var/vhosts/blues/etc
I have 10 licenses and blues is one of the ten in my directory structure you'll also see rock, metal, jazz, hiphop, latin, christian, pop, folk and country
Title: Re: Backing up a Centova system
Post by: Richard E on November 14, 2018, 06:10:26 am
Hello there...
Exactly what I wanted to know, thank you very much.

--Richard E
Title: Re: Backing up a Centova system
Post by: kahfluie on November 16, 2018, 06:14:49 pm
Curious... do you also backup your database? I'd think you'd want to keep a copy of that also, no?

I also need to find a good reliable server to backup files. .. can anyone recommend a good datacenter for this purpose (something that won't require a second mortgage).
Title: Re: Backing up a Centova system
Post by: scysys on November 18, 2018, 03:52:05 am
On our side we create backups on Incremental base each night.

Incremental: /usr/local/centovacast

We also create Database Backups each night.
If you move Centova Cast to another server, you should reinstall Centova Cast and just restore the vhosts directory and database.

Were using "rclone: https://rclone.org/" for backup processes and "OVH´s Object Storage: https://us.ovhcloud.com/products/public-cloud/object-storage" to save all the files securely.
Title: Re: Backing up a Centova system
Post by: Dennis Fallon on November 21, 2018, 09:14:39 pm
To back up the mySQL database files, I use:

AutoMySQLBackup

https://sourceforge.net/projects/automysqlbackup/
Title: Re: Backing up a Centova system
Post by: scysys on December 01, 2018, 07:48:38 am
For MySQL I just doing it in this way

rclone sync /var/lib/mysql XXX:/var/lib/mysql/daily

With MyISAM Format no problems.