How to backup an image on the dm600?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • blineboy
    Junior Member
    • Jul 2008
    • 25

    #16
    i think u have to right click the file youre sorting out in either ftp or tuxbox, and theres a setting in there somwhere which lets you change the chod to 755, you can either type it or you can just untick.tick boxes until it shows 755, would be easier if i had my old box with me, just sorting my own 600 today, so cant me anymore help, hope that kinda helps u out.

    Comment

    • bub
      Member
      • Aug 2008
      • 55

      #17
      Done all the CHmods but I am having problems with the last line 'Chmod /etc/tuxbox/config/shellexec.conf to 775'
      when using FlashFXP the folder 'config' shows as a shortcut, you cant open it or put the 'shellexec.conf' file in it. I have tried from the root directory by using /etc/tuxbox/config/ but it still wont go in. Its as if the config file is write protected but its not, its value is 777.
      Any help please

      bub

      Comment

      • aftermath
        V.I.P. Member
        • Mar 2008
        • 4345

        #18
        Originally posted by bub
        Done all the CHmods but I am having problems with the last line 'Chmod /etc/tuxbox/config/shellexec.conf to 775'
        when using FlashFXP the folder 'config' shows as a shortcut, you cant open it or put the 'shellexec.conf' file in it. I have tried from the root directory by using /etc/tuxbox/config/ but it still wont go in. Its as if the config file is write protected but its not, its value is 777.
        Any help please

        bub
        its 755 not 775 , just right click / CHmod

        Comment

        • bub
          Member
          • Aug 2008
          • 55

          #19
          Originally posted by aftermath
          its 755 not 775 , just right click / CHmod
          I would Chmod it but I cant get the shellexec.conf file into the config folder.

          Comment

          • aftermath
            V.I.P. Member
            • Mar 2008
            • 4345

            #20
            have you tried re naming the extension, then name it back once its went across
            ?

            Comment

            • bub
              Member
              • Aug 2008
              • 55

              #21
              Even if I rename it it wint go into the config folder, here is a pic of my structure ignore the notepad file, I tried puting other files in there and nothing. I cannot open the config file on the right hand pane

              Last edited by bub; 21 August, 2008, 20:17.

              Comment

              • aftermath
                V.I.P. Member
                • Mar 2008
                • 4345

                #22
                have you tried transfering the files seperate and not as a folder ?

                Comment

                • bub
                  Member
                  • Aug 2008
                  • 55

                  #23
                  Originally posted by aftermath
                  have you tried transfering the files seperate and not as a folder ?
                  yes tried both ways, its something to do with the config folder, im going to restart my dreambox, see if that helps

                  <--bub added 4 Minutes and 8 Seconds later...-->

                  no same thing with restart cant open or do anything with the config folder

                  <--bub added 30 Minutes and 52 Seconds later...-->

                  done a properties check on the config folder and 30 meg in size and contains 1649 files and 342 folders, thats a lot of stuff in there but I cant open the dam folder
                  Last edited by bub; 21 August, 2008, 21:04. Reason: Automerged Doublepost

                  Comment

                  • Saruman0
                    Member
                    • Jun 2008
                    • 40

                    #24
                    Shellexec is in USR/BIN. You can't open the config folder using the path as advised.
                    Hey Saruman0, are you following me or what?

                    Comment

                    • bub
                      Member
                      • Aug 2008
                      • 55

                      #25
                      ok got it working, I put the shellexec file in the tuxbox folder, ive done the chmod on it and the image is backing up now.

                      Thanks for help
                      bub
                      Last edited by bub; 21 August, 2008, 21:55.

                      Comment

                      • lorrebreaker
                        Member
                        • Apr 2008
                        • 92

                        #26
                        Originally posted by Devilfish
                        Copy the three files included in the archive to "/usr/bin".
                        After that you have to set the rights to 755 for all three files to make them executable.

                        To start the script you have to enter "build-nfi-image.sh DIRECTORY". DIRECTORY is the place,
                        where the .nfi file will be build, e.g. "build-nfi-image.sh /media/hdd" will place the backup on your harddisk.

                        About 50MB free space is needed and the Box must have an internet connection to load the Secondstage-Bootloader from DMM.
                        Cheers Devilfish
                        Worked a treat, just done my first dm600 backup, nice and painless

                        Comment

                        • Mastermind44
                          Newbie
                          • Sep 2008
                          • 1

                          #27
                          Originally posted by Devilfish
                          Here's another backup script, thanks to mrdude!

                          -------------

                          No need for the receiver to be connected to the internet for this to work.

                          How to:

                          Ftp the included files to the dreambox root dir.

                          Chmod all the files in usr/bin to 755
                          Chmod /usr/lib/tuxbox/plugins/flexmenu.so to 755
                          Chmod /usr/lib/tuxbox/plugins/flexmenu.cfg to 644
                          Chmod /etc/tuxbox/config/shellexec.conf to 775


                          Once done - press yellow on the dreambox remote control to bring up the plugin menu.
                          Select 'Backup Your Dreambox'.
                          The backup process will take a little while - once complete your new image backup will be created in the /media/hdd folder.

                          Use dreamup - to flash back to the dreambox or you can do it the fast way like this.

                          Make sure you have some way of giving the dreambox an ip address (connect to a router for example)

                          telnet into the dreambox and enter these commands.

                          mount /boot -o remount,rw
                          rm /boot/*
                          reboot

                          Once the box has rebooted - it wont appear to come on, just enter the box ip into your internet browser, you will see a web interface to flash the box - use your image, this takes only a couple of minutes - once complete reboot the dreambox and that's all folks.

                          -------------
                          I try to download the file to try it on a 600-S but I have no access. Cans somebody help with this two backup scripts?

                          Comment

                          • famox
                            Newbie
                            • Nov 2008
                            • 1

                            #28
                            Originally posted by Devilfish
                            Here's another backup script, thanks to mrdude!


                            -------------

                            No need for the receiver to be connected to the internet for this to work.

                            How to:

                            Ftp the included files to the dreambox root dir.

                            Chmod all the files in usr/bin to 755
                            Chmod /usr/lib/tuxbox/plugins/flexmenu.so to 755
                            Chmod /usr/lib/tuxbox/plugins/flexmenu.cfg to 644
                            Chmod /etc/tuxbox/config/shellexec.conf to 775


                            Once done - press yellow on the dreambox remote control to bring up the plugin menu.
                            Select 'Backup Your Dreambox'.
                            The backup process will take a little while - once complete your new image backup will be created in the /media/hdd folder.

                            Use dreamup - to flash back to the dreambox or you can do it the fast way like this.

                            Make sure you have some way of giving the dreambox an ip address (connect to a router for example)

                            telnet into the dreambox and enter these commands.

                            mount /boot -o remount,rw
                            rm /boot/*
                            reboot

                            Once the box has rebooted - it wont appear to come on, just enter the box ip into your internet browser, you will see a web interface to flash the box - use your image, this takes only a couple of minutes - once complete reboot the dreambox and that's all folks.

                            -------------
                            Sorry but i can't dowload backup plugin !

                            Comment

                            • jempy
                              Newbie
                              • Dec 2008
                              • 3

                              #29
                              worked superb! restored my first dreambox from an image of my second box. and that as a noob on x-mas eve.

                              many thx!

                              Comment

                              • Ginkman
                                Member
                                • Jun 2008
                                • 93

                                #30
                                cheers Devilfish, the mr dude one worked a treat for me on the Gemini 4.60 image.

                                It's the plugin I remember from the MrDude image I first used on the 600's.

                                cheers MrDude........
                                sigpic
                                I've got two DM600PVR doorstops...

                                Comment

                                Working...