A while ago we setup a git repository for internal use on a local server. The server is not on a business line and thus has a non-static ip.
We want to move the git origin from the local server to a new remote server (this is our private dedicated server, not github or similar).
Can we just rsync the entire git directory over to the new server?