Help for this page

Select Code to Download


  1. or download this
    github_backup \
        -u stevieb9 \
    ...
        -d /home/steve/github_backup \
        -r \
        -i
    
  2. or download this
    backup_dir/
        - issues/
    ...
            - repository data
        - repo2/
            - repository data
    
  3. or download this
    github_backup -u stevieb9 -d /home/steve/github_backup -r -i
    
  4. 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
    
  5. or download this
    use warnings;
    use strict;
    ...
    # back up all issues
    
    $gh->issues;