Skip to content
This repository has been archived by the owner on Dec 13, 2022. It is now read-only.

Commit

Permalink
mention -secret in readme. close #26.
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo committed Jan 6, 2017
1 parent 5714086 commit 80d6d55
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,15 @@
For more visit https://qvl.io/ghbackup.


The simplest way to keep your repositories save:

1. [Install](#install) `ghbackup`
1. Get a token from https://github.com/settings/tokens
2. `ghbackup -secret token /path/to/backup/dir`

This will backup all repositories you have access to.


## Install

- With [Go](https://golang.org/):
Expand All @@ -45,7 +54,7 @@ brew install qvl/tap/ghbackup
- Download binary: https://github.com/qvl/ghbackup/releases


## Setup
## Automation

Mostly, we like to setup backups to run automatically in an interval.
There are different tools to do this:
Expand Down

0 comments on commit 80d6d55

Please sign in to comment.