john-shine / mega.syno

Make possible to use mega.nz`s megasync on Synology with Docker
GNU General Public License v3.0
50 stars 11 forks source link

One / Two way sync, app update #3

Closed salvq closed 5 years ago

salvq commented 5 years ago

Hi John, just want to thanks for the megasync docker, great and working solution.

I am using it on QNAP as docker with a commands below if anybody is interested, you can also add to your description page.

Two way sync (deleting either on Cloud or locally will result in sync up) sudo docker run --name megasync --restart always -e DISPLAY=':1' -e HOME='/home/mega' -e USER='megasync' -d -p 5901:5901 -v /share/CACHEDEV1_DATA/Download:/megaclient-folders/ johnshine/mega.syno:latest

One way sync, local (deleting locally will result in sync up on Cloud but deleting on cloud will not result on delleting locally) sudo docker run --name megasync --restart always -e DISPLAY=':1' -e HOME='/home/mega' -e USER='megasync' -d -p 5901:5901 -v /share/CACHEDEV1_DATA/Download:/megaclient-folders/:ro johnshine/mega.syno:latestt

Is there any way how to update megasync within docker ? Latest version is 3.7.1, docker version 3.6.0

Thanks, Regards,

salvq commented 5 years ago

For anybody that is looking to update rpm package within docker, see below process.

Successfully works for QNAP i.e. I was able to update MEGAsync client from 3.6.0 to the latest one 3.7.1

image

john-shine commented 5 years ago

@salvq Update to 3.7.1 && thanks for your advice!