Regarding Bundle Cleaning… (not technically bundles, but they are remenents of Plex tasks that for some reason weren’t cleaned up – unless they are necessary?)
I noticed a couple of weeks ago that my backup of my Plex SSD was much smaller than the drive that exclusively hosts the Plex data folders.
I looked at the backup settings to see why there is a huge discrepancy and saw that the only file I have excluded from backing up are *.tmp files.
So I used the following command to remove all .tmp files
del /s /q “E:*.tmp”
There were 9,029 tmp files deleted from the \Media folder, totalling nearly 1TB (952 GB).
So this goes back to my Bundle Cleaning question, what files does cleaning look for? What other files should i look for to manually remove from the Plex folders?