IPbox 910 image yedekleme

Kapat
X
 
  • Filtre
  • Zaman
  • Gösterim
Clear All
yeni mesajlar
  • sat112
    Junior Member
    • 03-02-2004
    • 89

    IPbox 910 image yedekleme

    Ipbox kullananlar yeni image kurduktan sonra uyduları ve kanalları taratmanın ne kadar uzun südüğünü bilirler.Bazende cihaz çöktüğü zaman aynı şeyleri tekrar yapmak baya uzun zaman alır.O yüzden cihazınız da istediğiniz tüm uyduları tarattıktan sonra ve server ayarlarınızı girdikten sonra bunları yedekleyebilir ve image dosyası oluşturabilirsiniz.Yani image Backup yapabilirsiniz.Biraz karışık gibi ama ingilizceyi azda olsa anlayan arkadaşlar halledebilirler sanırım.Yedek dosyasını oluşturduktan sonra onu mkdnimg programı ile image dosyası haline çevireceksiniz.Dosya burda


    Step 1
    Open a telnet session to the box (enter user/pass).
    Commands are set in bold character.:
    root@relook ~ # cd /tmp
    root@relook /tmp # cat /proc/mtd
    (response, will be different in DGS and enigma)
    dev: size erasesize name
    mtd0: 00040000 00010000 nor.config_welcome
    mtd1: 001e0000 00010000 nor.db
    mtd2: 00460000 00010000 nor.root
    mtd3: 00150000 00010000 nor.kernel
    mtd4: 00030000 00010000 nor.boot
    mtd5: 005b0000 00010000 nor.kernel_root
    mtd6: 00790000 00010000 nor.kernel_root_db
    mtd7: 007d0000 00010000 nor.all_noboot
    mtd8: 00800000 00010000 nor.all
    mtd9: 0189ffff 00001000 highram
    root@relook /tmp # dd if=/dev/mtd8 of=all
    (response)
    16384+0 records in
    16384+0 records out
    root@relook /tmp # ls -al
    (response)
    drwxrwxrwt 2 root root 0 Oct 29 08:45 .
    drwxr-xr-x 16 1003 1003 178 Sep 18 21:07 ..
    --S-s-T 1 root root 8 Jan 1 1970 .CCcam.nodeid
    srw-rw-rw- 1 root root 0 Jan 1 1970 .emud.socket
    -rw-r-r- 1 root root 0 Jan 1 1970 .enigma
    srwxr-xr-x 1 root root 0 Jan 1 1970 .listen.camd.socket
    -rw-r-r- 1 root root 8388608 Oct 29 08:45 all
    srw-rw-rw- 1 root root 0 Jan 1 1970 camd.socket
    -rw-rw-rw- 2 root root 185 Oct 29 08:45 ecm.info
    -rw-rw-rw- 2 root root 185 Oct 29 08:45 ecm0.info
    srwxr-xr-x 1 root root 0 Jan 1 1970 hotplug.socket
    -rw-r-r- 1 root root 325 Jan 1 1970 iplog.log
    srwxr-xr-x 1 root root 0 Jan 1 1970 mmi.socket
    root@relook /tmp #
    Backup image is stored in /tmp
    Step 2
    FTP the image from the box (/tmp) into your computer
    Backup has no extension. In this case it's called:all
    Step 3
    Start mkdnimg.exe
    Select proper parameters and push: make
    Ready you are
    If you want to backup eg an all_noboot
    you change this command:
    dd if=/dev/mtd/8 of=all
    into this command:
    dd if=/dev/mtd/7 of=all_noboot

    Step 1
    Open a telnet session to the box (enter user/pass).
    Commands are set in bold character.:
    root@relook ~ # cd /tmp
    root@relook /tmp # cat /proc/mtd
    (response, will be different in DGS and enigma)
    dev: size erasesize name
    mtd0: 00040000 00010000 nor.config_welcome
    mtd1: 001e0000 00010000 nor.db
    mtd2: 00460000 00010000 nor.root
    mtd3: 00150000 00010000 nor.kernel
    mtd4: 00030000 00010000 nor.boot
    mtd5: 005b0000 00010000 nor.kernel_root
    mtd6: 00790000 00010000 nor.kernel_root_db
    mtd7: 007d0000 00010000 nor.all_noboot
    mtd8: 00800000 00010000 nor.all
    mtd9: 0189ffff 00001000 highram
    root@relook /tmp # dd if=/dev/mtd8 of=all
    (response)
    16384+0 records in
    16384+0 records out
    root@relook /tmp # ls -al
    (response)
    drwxrwxrwt 2 root root 0 Oct 29 08:45 .
    drwxr-xr-x 16 1003 1003 178 Sep 18 21:07 ..
    --S-s-T 1 root root 8 Jan 1 1970 .CCcam.nodeid
    srw-rw-rw- 1 root root 0 Jan 1 1970 .emud.socket
    -rw-r-r- 1 root root 0 Jan 1 1970 .enigma
    srwxr-xr-x 1 root root 0 Jan 1 1970 .listen.camd.socket
    -rw-r-r- 1 root root 8388608 Oct 29 08:45 all
    srw-rw-rw- 1 root root 0 Jan 1 1970 camd.socket
    -rw-rw-rw- 2 root root 185 Oct 29 08:45 ecm.info
    -rw-rw-rw- 2 root root 185 Oct 29 08:45 ecm0.info
    srwxr-xr-x 1 root root 0 Jan 1 1970 hotplug.socket
    -rw-r-r- 1 root root 325 Jan 1 1970 iplog.log
    srwxr-xr-x 1 root root 0 Jan 1 1970 mmi.socket
    root@relook /tmp #
    Backup image is stored in /tmp
    Step 2
    FTP the image from the box (/tmp) into your computer
    Backup has no extension. In this case it's called:all
    Step 3
    Start mkdnimg.exe
    Select proper parameters and push: make
    Ready you are
    If you want to backup eg an all_noboot
    you change this command:
    dd if=/dev/mtd/8 of=all
    into this command:
    dd if=/dev/mtd/7 of=all_noboot

    Step 1
    Open a telnet session to the box (enter user/pass).
    Commands are set in bold character.:
    root@relook ~ # cd /tmp
    root@relook /tmp # cat /proc/mtd
    (response, will be different in DGS and enigma)
    dev: size erasesize name
    mtd0: 00040000 00010000 nor.config_welcome
    mtd1: 001e0000 00010000 nor.db
    mtd2: 00460000 00010000 nor.root
    mtd3: 00150000 00010000 nor.kernel
    mtd4: 00030000 00010000 nor.boot
    mtd5: 005b0000 00010000 nor.kernel_root
    mtd6: 00790000 00010000 nor.kernel_root_db
    mtd7: 007d0000 00010000 nor.all_noboot
    mtd8: 00800000 00010000 nor.all
    mtd9: 0189ffff 00001000 highram
    root@relook /tmp # dd if=/dev/mtd8 of=all
    (response)
    16384+0 records in
    16384+0 records out
    root@relook /tmp # ls -al
    (response)
    drwxrwxrwt 2 root root 0 Oct 29 08:45 .
    drwxr-xr-x 16 1003 1003 178 Sep 18 21:07 ..
    --S-s-T 1 root root 8 Jan 1 1970 .CCcam.nodeid
    srw-rw-rw- 1 root root 0 Jan 1 1970 .emud.socket
    -rw-r-r- 1 root root 0 Jan 1 1970 .enigma
    srwxr-xr-x 1 root root 0 Jan 1 1970 .listen.camd.socket
    -rw-r-r- 1 root root 8388608 Oct 29 08:45 all
    srw-rw-rw- 1 root root 0 Jan 1 1970 camd.socket
    -rw-rw-rw- 2 root root 185 Oct 29 08:45 ecm.info
    -rw-rw-rw- 2 root root 185 Oct 29 08:45 ecm0.info
    srwxr-xr-x 1 root root 0 Jan 1 1970 hotplug.socket
    -rw-r-r- 1 root root 325 Jan 1 1970 iplog.log
    srwxr-xr-x 1 root root 0 Jan 1 1970 mmi.socket
    root@relook /tmp #
    Backup image is stored in /tmp
    Step 2
    FTP the image from the box (/tmp) into your computer
    Backup has no extension. In this case it's called:all
    Step 3
    Start mkdnimg.exe
    Select proper parameters and push: make
    Ready you are
    If you want to backup eg an all_noboot
    you change this command:
    dd if=/dev/mtd8 of=all
    into this command:
    dd if=/dev/mtd7 of=all_noboot
    Son düzenleme sat112; 20-03-2010, 17:59.
İşlem Yapılıyor
X