Repository Detail
The Repository Detail page provides a comprehensive view of a single repository. It is organized into six tabs.
Overview Tab
The Overview tab shows high-level information about the repository:
- Overall Stats — Backup count, last backup status, and total storage used.
- Last Backup — Timestamp and status of the most recent backup.
- Next Scheduled Backup — When the next automatic backup will run (if a scheduler is configured).
Backups Tab
Lists all backup snapshots for this repository in a table:
| Column | Description |
|---|---|
| Status | Success or failed. |
| Repository Name | The full name of the repository. |
| Scopes | Icons indicating which scopes were included (Code & Commits, Pull Requests, Issues). |
| Start Time | When the backup started. |
| Finish Time | When the backup completed. |
| Elapsed Time | Total duration of the backup. |
| Size | Total size of the backup snapshot. |
Click the restore button on any backup row to initiate a Restore Wizard from that snapshot.
Restore Tab
Shows a table of restore operations performed for this repository, with source and target repository details.
Scheduler Tab
Configure automated backups for this specific repository. The scheduler form includes:
- Name — A label for the scheduler.
- Type — Minutely, Hourly, Daily, Weekly, Monthly, or Custom (CRON).
- Time — The time of day to run the backup.
- Timezone — The timezone for scheduling (e.g.,
Europe/Istanbul). - Included Items — Which scopes to include (Code & Commits, Pull Requests, Issues).
Below the form, a Saved Schedulers table lists all schedulers configured for this repository. See Creating a Scheduler for detailed instructions.
Activity Tab
Shows the job history for this repository, including:
- Job status and progress bars
- Trigger type (On Demand, Scheduled, Push Event)
- Start and finish times
Push Event Tab
Configure automatic backups triggered by Git push events. See Push Event Backups for details.
- Enable/Disable Toggle — Turn push event backups on or off for this repository.
- Included Items — Select which scopes to include when a push event triggers a backup.