I'm trying to backup my shared bzr repository. I have looked at bzr export hotcopy.tgz
but it seems only to take a snapshot of the latest revision.
Is there a command for doing backups, or do I have to
- full checkout into a tmp dir
- compress the tmp dir
- remove the tmp dir
Or is there a better way to backup a bzr repository?