How to manually move container storage?

incus move <name> -s <pool> is really slow because it uses rsync with compression which is totally not needed on the same host.

Can I just cp -a /var/lib/incus/storage-pools/pool1/containers/ct1 /var/lib/incus/storage-pools/pool2/containers/ct1, update the symlink at /var/lib/incus/containers/ct1 and update the root device on the container config? Or is there more things I have to do?

just do incus storage set my-dir-pool rsync.compression false

not sure if it has to be on source pool or target pool or both but it’s only for dir pools and is working for dir to zfs, MUCH faster