Posts by omv_starter

    Hi PWallura,


    danke für den Hint, das funktioniert unter openmediavault 4.1.19-1!



    -rw-r--r-- 1 root root 194 Mar 5 21:26 /etc/systemd/system/wsdd.service


    - snip -
    [Unit]
    Description=Web Services Dynamic Discovery host daemon
    After=network.target



    [Service]
    Type=simple
    ExecStart=/usr/bin/wsdd
    User=nobody
    Group=nogroup



    [Install]
    WantedBy=multi-user.target
    - snip -


    -rwxr-xr-x 1 nobody nogroup 24608 Mar 5 21:02 /usr/bin/wsdd


    - snip -
    https://raw.githubusercontent.…u/wsdd/master/src/wsdd.py
    - snip -


    Schönen Abend

    Dear community,


    I'm a omv newbie.


    I''ve setup an Odroid HC1, omv4 image on µsd card and a MX500 ssd.
    The HC1, Windows 7, Ubuntu 18.1 are connected to a gigabit switch (cat 5e/6 cables).


    I face the issue that the write speed from Win/Ubuntu is not stable, sometimes the files are transferred with 103MB/s an then just with some 1-10MB/s.
    Here's an example while copying a vmware vm, see attached jpg.


    I tried different setting in but nothing what fixed it, this is the current 'extra options'
    min receivefile size = 16384
    write cache size = 524288
    getwd cache = yes
    socket options = TCP_NODELAY IPTOS_LOWDELAY
    use sendfile = yes
    protocol = SMB2


    Next i tried to configure IRQs to big cpu and the govener to conservative/performance.
    Same issue sometimes the files are transferred like a charm and then like 10y ago. :(


    Any help or lead is really appreciated.
    I cannot judge if it's a hw/sw issue.



    omv_starter

    Hi raev,
    Hi @all,


    I'm an omv newbie...
    I had the same issue and I was a little afraid of the plugin behavior filling up/writeing to µSD ca.


    My setup future setup will be a Odroid HC1 arm (8GB µSD, 2TB SSD), till delivery I played around with a OMV4 i386 vm (8GB systemdrive, 20GB data drive).


    To get Duplicati stable running without hitting the systemdrive too much I've used a docker image.


    a) Block ads on your whole network with Pi-hole and Openmediavault -

    External Content www.youtube.com
    Content embedded from external sources will not be displayed without your consent.
    Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.

    Follow to create the network, didn't want to use the same ip of omv host.


    b) docker image used linuxserver/duplicati - https://hub.docker.com/r/linuxserver/duplicati
    Download it as describet in a).


    c) run docker image with following settings
    dup01-03.png
    Please keep attention to /source, I've used root UID/GID and pointed it to omv root in read only mode to access whole server files!


    d) login and create your backup tasks
    dup04.png


    I hadn't had the time to test restore because I'm on a business trip.


    br,
    omv_starter