Connect with a personal access token
Provide a fine-grained PAT with read-only repo scopes. The app validates the token, surfaces your profile, records the current rate limit, discovers repositories, and tracks real backup progress with live estimates.
Paste a GitHub personal access token to begin.
How to create a fine-grained token with read-only scopes
Follow these steps to ensure the backup can access both public and private repositories without modifying anything.
- Visit the GitHub PAT settings and choose Fine-grained tokens → Generate new token.
- Set the token expiration (e.g., 30 or 90 days), give it a descriptive name, and select All repositories or the specific repositories you plan to back up.
- Under Repository permissions, grant Read-only access to:
Contents,Metadata,Issues,Pull requests,Workflows, andProjects. - Save the token and paste it above. Private repositories will only appear when the token covers them and includes read access for the listed scopes.
Regenerate a new token if scopes change; this app never stores or logs the token outside your browser session.