Dave Russell
Dave Russell
Answering @holocronology questions in https://github.com/007revad/Synology_app_mover/issues/34#issuecomment-1965147995
@meigetsu Sorry, I forgot about this issue. I've spent 7 hours today searching for the cause but I've finally found what was missing. I'll have a new version on GitHub...
Moving MailPlus Server is now working. https://github.com/007revad/Synology_app_mover/releases/tag/v3.0.41
v3 has been ready to be a stable release for a long while now. I've fixed both the issues you mentioned, in [v3.0.45](https://github.com/007revad/Synology_app_mover/releases/tag/v3.0.45). I was only waiting because I had...
Looking in `/var/packages/SynologyDrive/etc/` I notice there's symlink named repo that points to `/volume1/@synologydrive/@sync` The script does not edit this symlink! I'm not sure why nobody has noticed this issue before....
I've fixed it in https://github.com/007revad/Synology_app_mover/releases/tag/v3.0.49 But you'll still need to do the following to fix your Synology Drive: 1. Stop Synology Drive in Package Center. 2. Run the following comands:...
After re-installing Synology Drive was all your settings and data still showing in drive and on volume 2?
Can you check if `/volume1/@img_bkp_cache` is empty and let me know. If this command returns nothing then it is empty: ``` ls /volume1/@img_bkp_cache ``` Moving /volume1/@img_bkp_cache is the last step...
DSM creates `@eaDir` folders in lots of places. They usually just contain metadata and thumbnails. You can delete the empty `/volume1/@img_bkp_cache/@eaDir/@tmp` with: ``` sudo rm -rf /volume1/@img_bkp_cache ``` I'll change...
> rm: cannot remove '/volume1/@img_bkp_cache': Operation not permitted Interesting. I just tried it on one of my Synology NAS and it worked. Try this: ``` sudo -s rm -rf /volume1/@img_bkp_cache/@eaDir/@tmp...