How to Complete Backup of PLI on DM500s

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • choakem
    Newbie
    • Dec 2009
    • 14

    #1

    How to Complete Backup of PLI on DM500s

    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?
  • cgscott
    V.I.P. Member
    • Jul 2008
    • 3513

    #2
    Click no when to flash erase. This will leave everything in the file when loading back on with null modem.
    sigpic


    Patience is a virtue.

    Comment

    • choakem
      Newbie
      • Dec 2009
      • 14

      #3
      If that works - I'm going to hunt you down and give you a big KISS!!

      :P

      Comment

      • choakem
        Newbie
        • Dec 2009
        • 14

        #4
        It does work!!

        Yippeee.....

        Right - I'm coming for you now....

        Cheers...

        Comment

        • cgscott
          V.I.P. Member
          • Jul 2008
          • 3513

          #5
          Your welcome
          sigpic


          Patience is a virtue.

          Comment

          • sweto
            Member
            • Nov 2008
            • 51

            #6
            when u creat backup image. in ur first command. then need to copy that from ur tmp folder to ur laptop


            when u wana put that backup image to new clone.

            first u need to ftp that backup.img you already copied on ur laptop from doner box.
            and then run that second command of ur post.

            Comment

            Working...