Claude Skill

Back up GitHub, GitLab, Bitbucket, and Forgejo repositories with gitbackup

Run repeatable cross-forge repository backup jobs from one config instead of hand-scripting clone and export steps per provider.

LLM Mart · 0 points · 0 views 0 listing impressions 0 install-command copies
Virus-scanned Reviewed automatically before listing.

Full trust report

Download agentskillexchange-skills-skills_back-up-github-gitlab-bitbucket-and-forgejo-repositories-with-gitbackup-07beb56.zip · 1 KB
Part of agentskillexchange/skills — 249 skills

Install

skills CLI npx skills add https://github.com/agentskillexchange/skills/tree/main/skills/back-up-github-gitlab-bitbucket-and-forgejo-repositories-with-gitbackup
Claude Code claude plugin marketplace add https://llmmart.ai/marketplace.json && claude plugin install agentskillexchange-skills@llmmart
Git git clone https://github.com/agentskillexchange/skills.git

The skills CLI installs just this skill, for any of its supported agents. Claude Code installs the whole agentskillexchange/skills collection as a plugin from our marketplace. Git is the plain clone.

Skill manifest

Back up GitHub, GitLab, Bitbucket, and Forgejo repositories with gitbackup

Run repeatable cross-forge repository backup jobs from one config instead of hand-scripting clone and export steps per provider.

Prerequisites

gitbackup binary or container image, forge access tokens, backup storage

Installation

Use the upstream install or setup path that matches your environment:

  • Docker images are published to GitHub Container Registry on every release:
  • docker pull ghcr.io/amitsaha/gitbackup:
  • docker run --rm \
  • Docker Desktop for Mac runs containers inside a Linux VM and translates volume mounts through its filesystem layer (VirtioFS). Because of this translation, the container UID (65532) is mapped automatically — you do **...

Requirements and caveats from upstream:

  • Docker image
  • Docker image

  • The container runs as a non-root user (nonroot, UID 65532). HTTPS cloning (-use-https-clone) is recommended inside containers because it requires no SSH key management.

Basic usage or getting-started notes:

Documentation

Source

Files (skills)
  • SKILL.md 2.2 KB
    ---
    name: "Back up GitHub, GitLab, Bitbucket, and Forgejo repositories with gitbackup"
    slug: "back-up-github-gitlab-bitbucket-and-forgejo-repositories-with-gitbackup"
    description: "Run repeatable cross-forge repository backup jobs from one config instead of hand-scripting clone and export steps per provider."
    github_stars: 218
    verification: "security_reviewed"
    source: "https://github.com/amitsaha/gitbackup"
    author: "Amit Saha"
    publisher_type: "individual"
    category: "Developer Tools"
    framework: "Multi-Framework"
    tool_ecosystem:
      github_repo: "amitsaha/gitbackup"
      github_stars: 218
    ---
    
    # Back up GitHub, GitLab, Bitbucket, and Forgejo repositories with gitbackup
    
    Run repeatable cross-forge repository backup jobs from one config instead of hand-scripting clone and export steps per provider.
    
    ## Prerequisites
    
    gitbackup binary or container image, forge access tokens, backup storage
    
    ## Installation
    
    Use the upstream install or setup path that matches your environment:
    - Docker images are published to [GitHub Container Registry](https://github.com/amitsaha/gitbackup/pkgs/container/gitbackup) on every release:
    - docker pull ghcr.io/amitsaha/gitbackup:<version>
    - docker run --rm \
    - Docker Desktop for Mac runs containers inside a Linux VM and translates volume mounts through its filesystem layer (VirtioFS). Because of this translation, the container UID (65532) is mapped automatically — you do **...
    
    Requirements and caveats from upstream:
    - [Docker image](#docker-image)
    - ### Docker image
    - The container runs as a non-root user (nonroot, UID 65532). HTTPS cloning (-use-https-clone) is recommended inside containers because it requires no SSH key management.
    
    Basic usage or getting-started notes:
    - Run with HTTPS cloning (recommended):
    - Starting with the 0.6 release, if you run gitbackup without specifying GITHUB_TOKEN, it will prompt you to complete
    
    - Source: https://github.com/amitsaha/gitbackup
    - Extracted from upstream docs: https://raw.githubusercontent.com/amitsaha/gitbackup/HEAD/README.md
    
    ## Documentation
    
    - https://github.com/amitsaha/gitbackup
    
    ## Source
    
    - [Agent Skill Exchange](https://agentskillexchange.com/skills/back-up-github-gitlab-bitbucket-and-forgejo-repositories-with-gitbackup/)
    

Comments (0)

Sign in to join the conversation.

No comments yet.

Reviews (0)

No reviews yet.

Related