Skip to main content

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:

ColumnDescription
StatusSuccess or failed.
Repository NameThe full name of the repository.
ScopesIcons indicating which scopes were included (Code & Commits, Pull Requests, Issues).
Start TimeWhen the backup started.
Finish TimeWhen the backup completed.
Elapsed TimeTotal duration of the backup.
SizeTotal 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.