rsync mit OpenElec

  • Fr34k please verify that rsynx is in fact installed on OpenElec. The error suggests that it isn't.


    Greetings
    David

    "Well... lately this forum has become support for everything except omv" [...] "And is like someone is banning Google from their browsers"


    Only two things are infinite, the universe and human stupidity, and I'm not sure about the former.

    Upload Logfile via WebGUI/CLI
    #openmediavault on freenode IRC | German & English | GMT+1
    Absolutely no Support via PM!

  • What is the output of
    which rsync
    on OE.Maybe the omv-rsync can't find the oe-rsync, because it is installed in the .kodi-folder


    which rsxnc says, becaus its an addon


    Code
    XBMC-NUC:~ # which rsync
    /storage/.xbmc/addons/network.backup.rsync/bin/rsync
  • now i try this method


    Code
    root@OMV:~# rsync -avz -e ssh --rsync-path=/storage/.xbmc/addons/network.backup.rsync/bin/rsync root@192.168.178.45:/var/media/daten/test/ /media/02202E5C202E56C7/Tausch/testfile/
    root@192.168.178.45's password:


    and it works but i must type the pw manualy


    i will that it done by omv gui


    here you can show the settings


    then i start the job manual



    Edit:
    i put the follow cmd at cron task, and it works


    Code
    sshpass -p openelec rsync -avz --rsync-path=/storage/.xbmc/addons/network.backup.rsync/bin/rsync root@192.168.178.45:/var/media/daten/test/ /media/02202E5C202E56C7/Tausch/testfile/


    IT WORKS


    big THX guys :)

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!