How to move whole project to new server?

i have a on-premise app running in Server-A.
Due to DevOps suggestion, sentry should move to Server-B.
and it has almost 60G data in folder ./data.

how should i do that ?

Shut down the server, rsync the files, spin up new server.

Any kind of logical data migration would be much more complex.