Dave Russell

Results 274 comments of Dave Russell

v4.0.73 - Added exclude option in syno_app_mover.conf so you can exclude specified apps when "all" mode is selected.

In storage manager are you seeing "Unknown" instead of Patriot and "Unknown firmware version"? What does the following command return for the vendor id: ``` nvme id-ctrl /dev/nvme0n1 | grep...

That error looks like a false error because the exit code was 0. If it was a real error it would have been a number greater than 0. I have...

A lot of work has gone into this script to make sure that extra folders, symlinks and settings are moved and edited to suit the new volume location. I added...

I recommend checking your apps still work as expected, without the old volume, before deleting the old volume: 1. Shut down the NAS. 2. Remove the drives that contain the...

There is a progstatus function (on line 325) that calls a progbar function (on oine 307) that shows a progress bar of dots at the end of each line that's...

So you didn't notice the little ... like in this video? https://github.com/007revad/Synology_app_mover#video

That 2256 GB is the hidden `@docker` folder (and /var/packages/ContainerManager/target/ which is only 349MB). I'll add a progressbar for getting package sizes.

I should be "Removing dangling docker images" before checking the `@docker` folder size.

> I should be "Removing dangling docker images" before checking the `@docker` folder size. Finally done. [v4.2.85](https://github.com/007revad/Synology_app_mover/releases/tag/v4.2.85) - Now prunes dangling and unused docker images before checking the required space.