rsync von Share zu Share: Fehlermeldung

  • Hi all,


    ich möchte in meiner TS-439 per rsync ein Backup von einem Share auf ein Anderes machen, bekomme jedoch folgende Fehlermeldung:


    # rsync -aP /share/Qlager/ /share/Lager/
    sending incremental file list
    [...]
    Segmentation fault
    [/] # rsync: writefd_unbuffered failed to write 23 bytes to socket [generator]: Broken pipe (32)
    rsync error: error in rsync protocol data stream (code 12) at io.c(1525) [generator=3.0.6]


    Kann mit dieser Meldug jemand was anfangen???


    Tschüß, schönen Abend... Blinky

  • Hallo Blinky,


    das kann alles mögliche sein. Siehe: http://samba.anu.edu.au/rsync/issues.html

    Zitat

    There are several common causes for a remote rsync process going away:


    • The destination disk is full (remember that you need at least the size of the largest file that needs to be updated available in free disk space for the transfer to succeed).
    • An idle connection caused a router or remote-shell server to close the connection.
    • A network error caused the connection to be dropped.
    • The remote rsync executable wasn't found.
    • Your remote-shell setup isn't working right or isn't "clean" (i.e. it is sending spurious text to rsync).


    Dort ist auch eine Schritt für Schritt Fehlersuche beschrieben.
    http://samba.anu.edu.au/rsync/FAQ.html


    Gruß Complicated

  • Vielen Dank für den Link - damit habe ich schon mal einen Ansatz...


    Bye... Blinky