At the moment our git repositories (hosted on an internal server) are being backed up when the entire Virtual Machine that they are sitting on gets backed up.
Is it enough to literally copy those files onto another area if I want another backup option or is there a better way to do it in git.
I am worried that if I just do a copy and paste there could be some information copied that makes the local branches of git spazz out if they try and commit to a restored repository.