Music_dump remains untouched. The remaining files in there are the same.
Only the destination changed.
As we are running in a docker let me clarify the paths
Music_dump (host) -> /music (container)
Music_processed (host) -> /music_processed/ (container)
So, the content of music (inside the container) is totally the same, nothing changed for the docker container.
Only difference is I’m telling it to move the matched files to /music_processed/ now, instead of /music/processed earlier