A question for you all....
I wish to backup by DM500s with Pli image installed on it.
I would like the backup to be an exact clone of my origonal.
I would like my scripts, cronjobs, services, bouquets, passwords etc included within this backup.
I have tried using Dreamup with a Null modem cable and I have tried to telnet and do it..
### Create Image
cat /dev/mtd/3 > /var/tmp/backup.img
### Restore Image
cd /tmp && eraseall /dev/mtd/3 && cp Backup.img /dev/mtd/3 && reboot
but either way when I restore the image I have to redo all settings as it looks like an original PLI image I have applied and there is no sat info or bouquets, cam settings etc.
Can anyone advise if this is possable or am I doing something wrong?
I wish to backup by DM500s with Pli image installed on it.
I would like the backup to be an exact clone of my origonal.
I would like my scripts, cronjobs, services, bouquets, passwords etc included within this backup.
I have tried using Dreamup with a Null modem cable and I have tried to telnet and do it..
### Create Image
cat /dev/mtd/3 > /var/tmp/backup.img
### Restore Image
cd /tmp && eraseall /dev/mtd/3 && cp Backup.img /dev/mtd/3 && reboot
but either way when I restore the image I have to redo all settings as it looks like an original PLI image I have applied and there is no sat info or bouquets, cam settings etc.
Can anyone advise if this is possable or am I doing something wrong?
Comment