Everything posted by Masterwishx
-
[Plugin] Mover Tuning
Will be added in next version
-
[Plugin] Mover Tuning
If someone has many lines in ignore file path like 100 or more? Need user to test another way of ignore list as seems issue when using `find -not path` when many lines
-
[Plugin] Mover Tuning
I will check it, but you can run mover.old start -e
-
[Plugin] Mover Tuning
In your log: "/mnt/user0/data/torrents/radarr-uhd/The.Bikeriders.2023.REPACK.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.HYBRID.REMUX-FraMeSToR/.The.Bikeriders.2023.REPACK.UHD.BluRay.2160p.TrueHD.Atmos.7.1.DV.HEVC.HYBRID.REMUX-FraMeSToR.mkv.zruUMe" failed: No such file or directory (2)
-
[Plugin] Mover Tuning
Cool, sorry for mistake
-
[Plugin] Mover Tuning
`/boot/config/plugins/ca.mover.tuning/`
-
[Plugin] Mover Tuning
Update to the lasted version and delete other/all `loggingFolder="/tmp"` in config file, and run again mover also delete old overidde configs for cache:prefer
-
[Plugin] Mover Tuning
OK I got it. When threshold is above it will move to primary if find command + settings will find files on pool, but really not tested it. (not checking files on array as I remember)
-
[Plugin] Mover Tuning
You mean if disabled synchronise? Yes I think it will move them but You check it with test = yes maybe..
-
[Plugin] Mover Tuning
Not really checked it yet , from what I remember it's saving time of last synchronise to config file to be checked next time, so synchronise work only for files that was changed like wrote in description.
-
[Plugin] Mover Tuning
I think you have very special case, not sure much users will want this option as I'm afraid of if this option will be changed by user accidentally will break stuff. So maybe in your case better to use some script befor/after?
-
[Plugin] Mover Tuning
As we found in github this option is working fine.
-
[Plugin] Mover Tuning
If you have big files it will not move them. It's checking pool size + file size >= freeing theeshold
-
[Plugin] Mover Tuning
What exactly you want ? to be option to skip this check ? is it good idea at all, to be option to skip the check ?
-
[Plugin] Mover Tuning
try to change Freeing threshold to 40%
-
[Plugin] Mover Tuning
As you can see you have `keep on primary` for all files and from one file timestamp : So if you changed to 7days it should work, if they still not moving, try to change Freeing threshold to 40%
-
[Plugin] Mover Tuning
What is shown in list files?
-
[Plugin] Mover Tuning
Just a part of the code: ``` # Skip filesize = 0 (hardlinks already handled in a previous loop) NBLINKS="${NBLINKS:-0}" if [ "$NBLINKS" -gt 1 ] && [ "$FILESIZE" = 0 ]; then continue fi #Prepare RSYNC_CMD RSYNC_CMD="rsync --archive --xattrs --relative --hard-links" ```
-
[Plugin] Mover Tuning
I'm saying from what I saw in code, the code is supposed to handle hard links. if it's not working for you, can be be issue in you case, or maybe some bug. not checked yet becouse fixed and added other things. As you can see, you have some message for it?
-
[Plugin] Mover Tuning
Hardlinks already in code for rsync, no option needed
-
[Plugin] Mover Tuning
You can use it already in plugin.
-
[Plugin] Mover Tuning
It's need more coding to add. Unraid mover = mover + binary move Plugin = age_mover + rsync So this part is in code of binary move file I think. I will try to add this future to plugin. Still need to fix some bugs. maybe if possible also to add option for binary move or rsync but then some options maybe unavailable then like rebalance etc.
-
[Plugin] Mover Tuning
You can open issue in github for it
-
[Plugin] Mover Tuning
Yep, if i remember correctly the code
-
[Plugin] Mover Tuning
I need to check the code for this, but you or any user can help with : 1. Make pr or open issue in github 2. Make donation 3. Test the code befor released You can choose whatever you like