backup plugin for azbox hd by monkus

With thanks to elgeneral

# AzBox HD Backup v0.1 for OpenXCAS by Monkus

# note: still waiting for first official firmware :-)
#
# 0.1
# - channel list
# - browser and rss settings
# - users and password
# - plugins and addons lists
# - some system settings
# - samba configuration, users and passwords
# - ssh ***s and configuration
# - mgcamd ***s and configuration
# - newcs configuration
# - custom list of files and directories (/EMU/OpenXCAS/backup/custom.list)
#
# todo list
# - depends on requests
# - restore script after factory reset

# NEED TO CHANGE !!! (if you`re using usb device)
BACKUPDIR=/DATA/hdb1/backup
# NEED TO CHANGE !!! (if you`re using usb device)


Installation:
download backup_0.1.tar.gz to /EMU/OpenXCAS
cd /EMU/OpenXCAS
gunzip backup_0.1.tar.gz
tar xvf backup_0.1.tar
chmod 755 backup/backup.sh
rm backup_0.1.tar

Execute Backup Plugin via Plugins / OpenXCAS / backup

Backup archives are located in BACKUPDIR=/DATA/hdb1/backup, using time stamp as filename.

Restore (not automated for now, waiting for first offical firmware):
tar xvf timestamp.tar
cd timestastamp
ls

Enjoy it!