An open API service indexing awesome lists of open source software.

https://github.com/rwxd/pulla

Backup personal GitHub and starred repositories to the local file system.
https://github.com/rwxd/pulla

backup github

Last synced: 5 months ago
JSON representation

Backup personal GitHub and starred repositories to the local file system.

Awesome Lists containing this project

README

          

# pulla

Backup personal GitHub and starred repositories to the local file system.

## Usage

Single run

```bash
pulla --dest "$PWD/repos" --token "github_pat_"
```

Pull new changes every 24 hours

```bash
pulla --dest "$PWD/repos" --token "github_pat_" --daemon --interval 24
```