I'm currently in the process of moving a gitolite (3) installation between two servers. Thankfully, this process is pretty well documented on the main project website. However, my repositories makes pretty active use of git-annex which stores data in various remotes as well as on the server itself.
Now, I'm not an expert on git-annex, but I know it works a bit differently from "regular" git, so is there anything one should keep in mind when moving this kind of installation or does it work just as outlined in the gitolite documentation above?