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.
- Host: GitHub
- URL: https://github.com/rwxd/pulla
- Owner: rwxd
- Created: 2022-11-27T16:47:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2026-01-28T05:43:09.000Z (5 months ago)
- Last Synced: 2026-01-28T11:14:11.040Z (5 months ago)
- Topics: backup, github
- Language: Go
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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
```