I have Lacie NWS1.
I have a server on internet running owncloud. I would like to be able to synchronize a folder in owncloud server with my NAS. I wonder how to do that.
The first thing I tried: using a cron job on NAS calling wget in order to download a folder over WebDav. It works for a first download, but it seems that there are some issues: pdf files can't be opened, next synchronizations download to much unchanged files.
Then, I thought to use rsync with ssh but there is no ssh client on the NAS.
I could also mount the server folder to my NAS and then use rsync but davfs is not installed in NAS.
Any other idea ?