mattiasdh Posted December 8, 2020 Report Share Posted December 8, 2020 Hi, Synology today released its public DSM 7.0 Beta.https://www.synology.com/en-uk/beta/DSM70Beta I updated my DS414, but the Resilio package is not compatible. Would it be possible to update the Synology packages please? Thanks in advance, Quote Link to post Share on other sites
Andy+ Posted December 8, 2020 Report Share Posted December 8, 2020 Is not so easy and that issue is not new https://forum.resilio.com/topic/72409-synology-dsm-7-beta-current-third-party-incompatible/?tab=comments#comment-155628 No comment about and if I have a look to the update cycles, it seems we need patience .... 🤭 Quote Link to post Share on other sites
mattiasdh Posted December 8, 2020 Author Report Share Posted December 8, 2020 I'm sorry, I had a quick look around and wasn't aware about the existing issue. So I can only confirm the public beta has dropped, and I'm as well unable to make use of my paid license.. Quote Link to post Share on other sites
Andy+ Posted December 9, 2020 Report Share Posted December 9, 2020 Yesterday the DSM 7 Beta has released and during the update a mark arise: https://www.synology.com/de-de/knowledgebase/DSM/tutorial/Third_Party/supported_third_party_packages_beta Quote Link to post Share on other sites
luomat Posted December 10, 2020 Report Share Posted December 10, 2020 https://www.synology.com/en-us/knowledgebase/DSM/tutorial/Third_Party/supported_third_party_packages_beta same link but in English 🙂 Quote Link to post Share on other sites
Andy+ Posted December 10, 2020 Report Share Posted December 10, 2020 And a guide to that all for developers regarding DSM 7-Beta: 😎 https://global.download.synology.com/download/Document/Software/DeveloperGuide/Firmware/DSM/7.0/enu/DSM_Developer_Guide_7_0_Beta.pdf Quote Link to post Share on other sites
WesMason Posted January 6 Report Share Posted January 6 Its a month after the beta dropped. Can we get a comment on if this is in the works? I also didn't know this is an issue, but thankfully I only updated my lesser used Synology first. Quote Link to post Share on other sites
Andy+ Posted January 7 Report Share Posted January 7 It's once more like death in the forum from Resilio side. Problems that are set here can only be partially answered. Nobody knows whether Resilio is working on it. And the last update to v2.7.2 was in July 2020. That doesn't make a good impression. There has been no feedback whatsoever with regard to DSM 7. DSM 7 means a major cut in the rights system and various other directories. If Resilio misses this change, it will be very bad for users with Synology Server. Synology is very popular and more and more Resilio users are joining Syncthing, I get that in the forum there. We will see. Quote Link to post Share on other sites
Shiruba Posted January 8 Report Share Posted January 8 Hi, First of all, you can switch to Resilio Sync for Docker if your NAS supports Docker, which I did. However, if you had all your files on the directly in ResilioSync on the actual NAS, then it is an issue to somehow get them all into the Docker version, since Resilio Sync is not running to sync them. I hope Resilio will release an updated version soon - at least when DSM 7 is released officially. Quote Link to post Share on other sites
Andy+ Posted January 8 Report Share Posted January 8 Using Resilio for Docker with the current filesystem environment is not a problem. The issue is if Docker is supported of the related Synology and the performance is not so good as in a native installation. So, I hope the same. Quote Link to post Share on other sites
Shiruba Posted January 9 Report Share Posted January 9 Hi Andy, I did not realize that was an easy option. By default it is starting with a blank slate, but I suppose you are saying there is a way to mount the "real" filesystem inside docker, which makes sense. I will look into that. I did see one post through my googling stating that resiliosync was one of the apps planned to be supported for DSM 7, but that may just be Synology's wishful thinking. Quote Link to post Share on other sites
Andy+ Posted January 9 Report Share Posted January 9 I've already done this with Syncthing and recently with Resilio. First create a group and a user in the DSM that only affect this Docker installation. Connect the user to the group and give the group the related permissions in the folders, you want to include below. Go to the /etc/group /etc/passwd and read out the PUID and PGID for this, each with a 4 or 5-digit number after the assigned name. Then download the latest image from resilio / sync: latest and start the image. For the parameters deposit as follows: Section Environment entrance PUID <-> xxxx and PGID <-> yyyyy Section Ports fix no. 8888 also outside, maybe also 8888 or other. Section Volumes as follow: DS-folder: homes/name_of_user (PUID) <-> mount-path: /mnt/sync/ and for the filesystem include all relevant folders as follow: DS-filesystem-folder: folder-1 <-> mount-path: /mnt/mounted_folders/folder-1/ DS-filesystem-folder: folder-2 <-> mount-path: /mnt/mounted_folders/folder-2/ DS-filesystem-folder: folder-3 <-> mount-path: /mnt/mounted_folders/folder-3/ DS-filesystem-folder: folder-4 <-> mount-path: /mnt/mounted_folders/folder-4/ DS-filesystem-folder: folder-5 <-> mount-path: /mnt/mounted_folders/folder-5/ . . . . . DS-filesystem-folder: folder-n <-> mount-path: /mnt/mounted_folders/folder-n/ Thats it. Start and try .... 👍 Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.