win7 to rscyn OMV

  • hello
    i have problem, no sync


    Code
    rsync://lukas@192.168.8.106:/backup


    Code
    Please wait, syncing <rsync://lukas@192.168.8.106:/backup> to </media/hdd1/backup/> ...
    server.c(122) [Receiver=3.0.7]


    source-windows7 x64
    and my server 0.5.59
    openmediavault_0.5.48_i386.iso


    pleas help

    • Offizieller Beitrag

    Youre using the raw rsync:// protocol.


    This is my cygwin backup line and I don't use authentication for the module


    rsync -avrP --progress --exclude=Archivados /cygdrive/c/Users/Usuario/AppData/Local/Microsoft/Outlook/ rsync://10.10.10.12/backup/


    the backup folder after the ip address is the rsync module established in OMV. I think you have some syntax problem, check the rsync man, try and remove ":" after the ip


    "rsync is a file transfer program capable of efficient remote update
    via a fast differencing algorithm.


    Usage: rsync [OPTION]... SRC [SRC]... DEST
    or rsync [OPTION]... SRC [SRC]... [USER@]HOST:DEST
    or rsync [OPTION]... SRC [SRC]... [USER@]HOST::DEST
    or rsync [OPTION]... SRC [SRC]... rsync://[USER@]HOST[:PORT]/DEST
    or rsync [OPTION]... [USER@]HOST:SRC [DEST]
    or rsync [OPTION]... [USER@]HOST::SRC [DEST]
    or rsync [OPTION]... rsync://[USER@]HOST[:PORT]/SRC [DEST] ""

Jetzt mitmachen!

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