Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@
</p>
A comprehensive web-based solution for backing up GitHub repositories with scheduling, multiple backup formats, and user management.

<p align="center" width="100%">
<img width="100%" src="https://github.com/GitTimeraider/Assets/blob/main/GithubBackup-docker/img/dashboard3.jpg">
</p>

## Features

- **Web UI with Authentication**: Secure login system with automatic admin user creation
Expand All @@ -14,13 +18,23 @@ A comprehensive web-based solution for backing up GitHub repositories with sched
- Manual backup triggering
- Predefined schedules: Hourly, Daily (2 AM), Weekly (Sunday 2 AM), Monthly (1st, 2 AM)
- Custom schedules: Every X days/weeks/months at specified time

<p align="center" width="100%">
<img width="100%" src="https://github.com/GitTimeraider/Assets/blob/main/GithubBackup-docker/img/add.jpg">
</p>

- **Retention Policies**: Configurable backup retention (1-50 versions) with automatic cleanup
- **Private Repository Support**: Works with GitHub Personal Access Tokens
- **Dashboard Overview**: Statistics cards showing repository count, active repos, completed and failed jobs
- **Job Monitoring**:
- Real-time backup job status tracking (running, completed, failed)
- Detailed backup job history with timestamps
- Recent jobs display on dashboard

<p align="center" width="100%">
<img width="100%" src="https://github.com/GitTimeraider/Assets/blob/main/GithubBackup-docker/img/jobs.jpg">
</p>

- **User Settings**: Change username and password functionality
- **Docker Ready**: Fully containerized with health checks and proper user permissions

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ flask==3.1.2
flask-login==0.6.3
flask-wtf==1.2.2
werkzeug==3.1.3
bcrypt==4.3.0
bcrypt==5.0.0
APScheduler==3.11.0
PyGithub==2.8.1
gitpython==3.1.45
Expand Down