I use the following command to back up all my repo. ``` bash github-backup --token TOKEN --output-directory DIRECTORY --repositories --private --fork USER ``` It seems that `github-backup` only backs up `master` branch. All other branches are ignored.