Script below, modify as you want (folders, etc) and add then pigz compression tool (mipsel), chmod 777 it naturally.

TS

DM52xHD/DM820HD/DM7080HD
Code:
#!/bin/sh -x
rm /home/root/.ash_history
exec > /tmp/backup_DM520HD.log 2>&1
#cat /tmp/backup_DM520HD.sh
df -h
umount /tmp/root
rmdir /tmp/root
mkdir /tmp/root
mount -o bind / /tmp/root
/bin/tar -cf /media/hdd/dm520hd/Image_Backup_dm520.tar  -C /tmp/root .
/media/hdd/dm520hd/pigz /media/hdd/dm520hd/Image_Backup_dm520.tar
umount /tmp/root
rmdir /tmp/root
chmod 777 /media/hdd/dm520hd/Image_Backup_dm520.tar.*
ls -alh /media/hdd/dm520hd/Image_Backup_dm520.tar*
du -h /media/hdd/dm520hd/Image_Backup_dm520.tar* > /tmp/.backup-result
df -h
#rm /tmp/.backup
exit 0


DM9x0UHD/DreamOne-Two
Code:
#!/bin/sh -x
rm /home/root/.ash_history
exec > /tmp/backup_DM900UHD.log 2>&1
#cat /tmp/backup_DM900UHD.sh
df -h
umount /tmp/root
rmdir /tmp/root
mkdir /tmp/root
mount -o bind / /tmp/root
/bin/tar -cf /media/hdd/dm900uhd/Image_Backup_dm900.tar  -C /tmp/root .
gzip /media/hdd/dm900uhd/Image_Backup_dm900.tar
umount /tmp/root
rmdir /tmp/root
chmod 777 /media/hdd/dm900uhd/Image_Backup_dm900.tar.*
ls -alh /media/hdd/dm900uhd/Image_Backup_dm900.tar*
du -h /media/hdd/dm900uhd/Image_Backup_dm900.tar* > /tmp/.backup-result
df -h
#rm /tmp/.backup
exit 0


Attachments
pigz-mipsel.zip (1 downloads)

_________________________
DM8000, DM800se, DM500HD, DM800HD, DM7025, DM7020s, DM7000, DM500s
VU+ Solo, VU+ Uno, VU+ Duo, Kathrein UFS910
Tivusat, TNTSat, Fransat, SSR/TSR, BBC1-2-3/ITV
DE-OpenBlackHole 1.4 image : http://www.openblackhole.com/