Everything posted by Masterwishx
-
[Plugin] Mover Tuning
Yep this is how plugin work if you read help description of the option.
-
Unraid Mobile App - unConnect
Have no info for docker container after long time loading : no data available Maybe related to many containers about 64 running from 100.
-
[Plugin] Mover Tuning
Please check new version, should be fine now, sorry for it.
-
[Plugin] Mover Tuning
I will check if I can add it, but you can still run in cli, or make force mover schedule that will run unraid mover
-
[Plugin] Mover Tuning
Oh you mean to add like in Unraid mover when run to empty disk if was set in option. I saw they added code for it, now I got it.
-
[Plugin] Mover Tuning
if you mean in Global Share Settings then you need to stop array ?!
-
[Plugin] Mover Tuning
you can run : mover start -e diskX or to run unraid mover : mover.old start -e diskX
-
[PLUGIN] Disk Location
Sorry for this, it was bug when cache:prefer has no secondary storage created yet, so find run without the path and get current location that is somehow (.plugins/.....). New version fixed on the way...
-
[Plugin] Mover Tuning
you can run it from cli
-
[Plugin] Mover Tuning
Also I added sync for shares override
-
[Plugin] Mover Tuning
You need more gap between for move files, also read help options for sync files, it sync only when cache below thouse thresholds iirc
-
[Plugin] Mover Tuning
Found the bug, will be fixed in next version.
-
[Plugin] Mover Tuning
I was rewrited code for shares with cache prefer in last version for this will never happen, but from debug I see for share (plex4k) : find -type f -not -name '.placeholder' -..... So it not include the share path here, and seems take current path. Will try to fix it today if will have time
-
[Plugin] Mover Tuning
Please enable debug and logging and post debug.zip by "mover debug" in cli that will include those files moves.
-
Unraid Mobile App - unConnect
Should we use api key with admin role (all/full permissions) for app?
-
[Plugin] Mover Tuning
Basically it shold check for not break hard links, you can check with TEST mode maybe or on small amount of files. But you say without plugin it move them?
-
[Plugin] Mover Tuning
Related to hard linked files? Read posts above, you can post debug.zip
-
[Plugin] FolderView2
in VM after added new VM to folder it shows as in another folder vm page ,but if enter to vm Folder it shown right:
-
[Plugin] Mover Tuning
It should be depricated in future I believe :) Still available in 7.2
-
[Plugin] Mover Tuning
Just check plugin options and help description by pressing on option or F1
-
[Plugin] Mover Tuning
You can enable debug and post debug after all moving. In case you don't have dangling links when filters off, then it can be becouse unraid mover move entire share but plugin move file by file by move command , I have no clue what code inside unraid move (closed source), so just use rsync if it work fine or (move all after threshold or force mover) for unraid move entire share by unraid mover.
-
[Plugin] Mover Tuning
Are you saying that you don't have dangling link, when filters off?
-
[Plugin] Mover Tuning
By the post it seems LT changed how unraid move work for hard links (unraid move is closed source) But you can use rsync tool in plugin if it work, I added unraid move for plugin to be more choices to move files for users but rsync was only tool to move files befor for plugin.
-
[Plugin] Mover Tuning
Checked the code, yep can be handled Yep sorry, can be moved but seems something broken for unraid move to move them (dangling link). Try search forum for this issue, not related to plugin
-
[Plugin] Mover Tuning
Not sure how this should work, not tested much with hardlinks, if you move hard linked files it will break them? So rsync also should have error when files are hard linked for not break it. Try search this thread I think we talked befor about.