Posts by revq

    I do have depended containers that I need to define a boot sequence for.


    In my example I want to start the OpenVPN container first - it needs like 2 minutes to fully start. Only when this container is ready, I want other ones to boot as well.


    Currently they all boot at the same time which is why they boot into a "death" status as the VPN container is not ready yet.


    How to achieve this?

    I do get an error from time to time as well regarding "Failed to start Enable File System Quotas".
    Problem is that the boot will not continue as it stops in emergency mode.


    I need to manually hit Control + D to continue which is quite annoying.


    Any ideas on how to avoid it? I applied 1 quota for a backup folder.

    so I installed rclone and managed to configure my first remote to google drive.


    I managed to understand how to sync a directory from gdrive to my nas and vice versa - but now I need some help again :)


    I was hoping that the "rclone sync...." command will automatically create a "job" that from now on takes care of syncing the folder.
    Apparently that is not the case, executing this command was a one time "sync" :)


    How to automate this? Hopefully not via crontab?
    Plus how does logging work so check if transfer of files was ok or not...


    So a tutorial / video / script samples is really what I'm looking for!


    Much appreciated!

    Hi guys,


    I'm a quite new user of OMV - I previoulsy owned a Synology NAS.


    There is one key function I'm desperately missing so far - I want to have an automatic sync to Dropbox / Google Drive / Amazon Drive. -> I do not want to use it as a backup - I really want to have the sync / mirroring capability.
    Synology has a super easy tool for this - I hardly believe that there is no alternative available for Linux / docker?


    Currently my only hope is on
    r-sync -> no Amazon Drive support anymore and no GUI
    https://www.insynchq.com/ -> not sure if that runs on OMV


    Biggest use case is about photo sync / sharing -> all my smartphone pics are synced to a cloud service and from there I would like to sync it to my NAS. It should work in both directions as pics from my camera will be pushed to the nas folder directly and then synced to the cloud service.



    THX!