Forking a git repo with all tags and branches from parent


git clone --mirror git@myhost:mybackup.git mybackup/.git
cd mybackup
git config --bool core.bare false