Last change
on this file since df5ee19 was
4351b0c,
checked in by Ken-ichi Mito <mitty@…>, 11 years ago
|
use access_token
|
-
Property mode set to
100644
|
File size:
274 bytes
|
Rev | Line | |
---|
[f7f894d] | 1 | #! /usr/bin/perl -w |
---|
| 2 | |
---|
| 3 | use strict; |
---|
| 4 | use warnings; |
---|
| 5 | use utf8; |
---|
| 6 | |
---|
| 7 | use GitHubBackup; |
---|
| 8 | |
---|
| 9 | my $gh = GitHubBackup->new( |
---|
| 10 | account => 'mittyorz', |
---|
| 11 | repository => 'munin-plugins', |
---|
| 12 | directory => 'repos', |
---|
[4351b0c] | 13 | access_token => 'e72e16c7e42f292c6912e7710c838347ae178b4a', |
---|
[f7f894d] | 14 | ); |
---|
| 15 | |
---|
| 16 | $gh->backup; |
---|
Note: See
TracBrowser
for help on using the repository browser.