Git backup
Crear backup (dentro de la consola de git): git bundle create /h/msurveyrepo --all
git bundle create /h/msurveyrepo --all
For using that bundle, you can clone it, specifying a non-existent folder (outside of any git repo): git clone /h/msurveyrepo newFolder
git clone /h/msurveyrepo newFolder