restore flash backup?

    • Offizieller Beitrag

    Mouts (generally) can be performed via webif or network settings => mounts.


    Via telnet ist the command like that., but more complicate


    So first create a folder whrere you find the pc afterwards. Or choose another one.

    Code
    mkdir /mnt/test


    Then mount like that:

    Code
    mount -t cifs -o rw,soft,username=xxx,password=xxx //ip_of_pc/share_name /mnt/test


    and adapt, username,password, ip_of_the_pc, and the sharename.


    Acces will be in /mnt/test or in any other created and available directory.

  • thank you very much for support


    I performed mount instruction, which is next step ....

  • Zitat

    Originally posted by mfgeg
    Used that in the past on the 500+.


    So i had mounted a nfs share on my pc.
    And that was finaly the destination for the backup nfi-file.


    I had mounted a nfs share on dm7020hd
    now how do I make backup?
    I apologize for my lack of knowledge
    thanks

    together we grow - ferdi

    Einmal editiert, zuletzt von ferdi47 ()

  • Zitat

    Originally posted by mfgeg
    Good :winking_face:


    build-nfi-image.sh /path/2/your/mounted/nfs/directory


    I am not able to build .... /path/2/your/mounted/nfs/directory
    please give me an example,
    thanks

  • Zitat

    Originally posted by mfgeg
    Maybe i misunderstood you.
    Did u mount now a share on a 7020hd?


    And this from your 600pvr?


    My goal is to backup dm600, without hdd, using the hard disk of dm7020hd

  • summarizing


    dm7020HD equipped with hard disk
    IP LAN 192.168.0.20
    mounted dm600 192.168.0.60 /media/hdd



    dm600 without hard disk
    IP LAN 192.168.0.60
    mounted dm70200 192.168.0.20 /media/hdd



    it is right, how should I proceed?

    • Offizieller Beitrag

    Hmm, thought you could already mount your 7020 Box :winking_face:
    And your fstab posts are not helpful, so far :winking_face:


    Step 1:
    Install nfs Server on 7020HD and create a nfs share eg. /media/hdd


    Step 2:
    Mount nfs share 7020HD from 600PVR, as mentioned in this thread.


    Step 3:
    Create a folder on DM7020HD in /media/hdd eg. backup_600


    Step 4:
    Run Script on 600PVR e.g.


    Target directory should point to /mount/point/of/7020HD/backup_600


    :winking_face:


  • - Step 1 OK
    - Step 2 OK
    - Step 3 I have /media/hdd/log
    - Step 4 run script failed



    How should indicate the right path?
    thank you very much and sorry for my insistence

    • Offizieller Beitrag

    Run please on your 600 the command


    mount


    and post it here :winking_face:


    The way you use the script ist not ok.
    You need to know the path under which you find the mounted server (7020hd)

  • @mfgeg,
    solved, thank you very much :hurra: