Services & Bouquets - What Files to Backup?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Celtictiger
    Top Poster
    • Apr 2008
    • 119

    #1

    Services & Bouquets - What Files to Backup?

    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.
  • Curious123
    V.I.P. Member
    • Apr 2008
    • 2591

    #2
    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.

    Comment

    • Celtictiger
      Top Poster
      • Apr 2008
      • 119

      #3
      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

      • Devilfish
        Administrator
        • Feb 2008
        • 7872

        #4
        You can paste this command into telnet and it will create a services.tar.gz in the /tmp folder.

        Code:
        tar czvf /tmp/services.tar.gz /var/tuxbox/config/enigma/services  /var/tuxbox/config/enigma/bouquets /var/tuxbox/config/enigma/cable/*
        To restore, copy the services.tar.gz file to the /tmp folder on the other box and paste this command in telnet.

        Code:
        tar -xvzf /tmp/services.tar.gz
        Code:
        killall -9 enigma

        Comment

        • guanghui308
          Newbie
          • Jan 2011
          • 17

          #5
          hi devilfish would like to check with u. can i use the above command for a dm800?

          Comment

          Working...