Beefy Boxes and Bandwidth Generously Provided by pair Networks
The stupid question is the question not asked
 
PerlMonks  

Easily back up all of your Github repositories and/or issues

by stevieb (Canon)
on Feb 11, 2018 at 21:25 UTC ( [id://1208963]=CUFP: print w/replies, xml ) Need Help??

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;
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: CUFP [id://1208963]
Approved by beech
Front-paged by Corion
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (8)
As of 2024-04-19 09:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found