- or download this
github_backup \
-u stevieb9 \
...
-d /home/steve/github_backup \
-r \
-i
- or download this
backup_dir/
- issues/
...
- repository data
- repo2/
- repository data
- or download this
github_backup -u stevieb9 -d /home/steve/github_backup -r -i
- or download this
Usage: github_backup -u username -t github_api_token -d /backup/direct
+ory -r -i
...
-r | --repos Back up all of your repositories
-i | --issues Back up all of your issues
-h | --help Display this help page
- or download this
use warnings;
use strict;
...
# back up all issues
$gh->issues;