I have two boxes and I have all my bouquets sorted to my own preference, and I want to have the same settings on both boxes. Where is this data stored on the box using the dk1.img and what are the files called.
Services & Bouquets - What Files to Backup?
Collapse
X
-
-
I have a dm600 so the location of the files is probably different. If you use dreamboxedit.exe you can import the bouquets to your pc and than export them to the other box if required. -
Thanks for the fast reply,
I am using a Mac and all my tinkering with the DB is restricted to manually ftping to the box or using Telnet to flash an image. So what I need is some guidance in where and what do I ftp to get the services/bouquets from from one box to another.Comment
-
You can paste this command into telnet and it will create a services.tar.gz in the /tmp folder.
To restore, copy the services.tar.gz file to the /tmp folder on the other box and paste this command in telnet.Code:tar czvf /tmp/services.tar.gz /var/tuxbox/config/enigma/services /var/tuxbox/config/enigma/bouquets /var/tuxbox/config/enigma/cable/*
Code:tar -xvzf /tmp/services.tar.gz
Code:killall -9 enigma
Comment
-
Comment