Author Topic: Backup your server  (Read 2014 times)

brononius

  • Guru
  • ****
  • Posts: 454
  • Trying to keep it simple and centralized...
    • View Profile
    • OnIrIa - linuxMCE blog
Backup your server
« on: December 26, 2011, 11:42:18 am »
Hey,

Of course, it's always nice to have a complete image of your server in case of failure. But in the field, this is a bit hard. Shutdown the server, start your image manually, restart server. Downtime server: x-hours...

There's a backup option in the webmin, but i recall that this wasn't working for 100%.
For the moment, i created a folder and small script that copies automatically every night all files i ever changed. For example the dchp-extra file, eibd files...

It would be nice that all configuration (db?) would be copied each night to a remote storage, no?
Than when a crash occurs, you can reinstall and restore an up to date config...

Any thoughts about the best way to backup your configuration daily?
Version: linuxMCE 1404, running virtual on ESXi

Orbiters: ASUS eeePAD, Nexus 5, Huwai, web
Automation: EIB technology, KNX IP ROUTER 750
Phones: Cisco 7912-7940-7960
Camera's: Foscam POE

Marie.O

  • Administrator
  • LinuxMCE God
  • *****
  • Posts: 3675
  • Wastes Life On LinuxMCE Since 2007
    • View Profile
    • My Home
Re: Backup your server
« Reply #1 on: December 26, 2011, 01:12:10 pm »
The web admin based backup executes the shell script /usr/pluto/bin/PlutoRestorePoint.sh - You can easily execute that shell script from a cron job each night.

Look at the script, and see if it does indeed backup everything you want backed up. If stuff is missing, feel free to open a trac ticket detailing what should be backed up as well.