The idea of copy-back is to copy the whole backup to the datadir. Same as move-back, that uses move instead of copy. Those parameters were not created to do partial restores, so won’t work in the way you want. copy-back and move-back are just shortcuts to “cp” and “mv” all files back to the datadir, nothing more.