<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Richard Ballard</title>
    <description>The latest articles on DEV Community by Richard Ballard (@richard_ballard_ead60395c).</description>
    <link>https://dev.to/richard_ballard_ead60395c</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3597708%2F391123bf-d5d4-44fa-8256-e614b7020e0c.jpg</url>
      <title>DEV Community: Richard Ballard</title>
      <link>https://dev.to/richard_ballard_ead60395c</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/richard_ballard_ead60395c"/>
    <language>en</language>
    <item>
      <title>Free GitHub Backup, 2 commands (read-only, restore with plain Git)</title>
      <dc:creator>Richard Ballard</dc:creator>
      <pubDate>Thu, 06 Nov 2025 00:50:13 +0000</pubDate>
      <link>https://dev.to/richard_ballard_ead60395c/free-github-backup-2-commands-read-only-restore-with-plain-git-3j06</link>
      <guid>https://dev.to/richard_ballard_ead60395c/free-github-backup-2-commands-read-only-restore-with-plain-git-3j06</guid>
      <description>&lt;p&gt;If your DR plan still says “hope we never need it,” here’s a 2-command seatbelt.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What it does&lt;/strong&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Creates Git-native read-only mirrors (&lt;code&gt;*.git&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Zero telemetry&lt;/li&gt;
&lt;li&gt;Restores with plain Git (no tool required)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Quickstart&lt;/strong&gt;&lt;/p&gt;



&lt;div class="highlight js-code-highlight"&gt;
&lt;pre class="highlight plaintext"&gt;&lt;code&gt;
pwsh
gh extension install rickballard/gh-rz
gh rz -User $(gh api user --jq .login) -OutDir "$HOME/Desktop/GitHubRepoBackups"

Restore without the tool
The backup folder includes RESTORE.md and RESTORE.ps1. You can git clone --mirror or recreate repos in a clean org and push --mirror.

Get it: [Latest Release](https://github.com/rickballard/gh-rz/releases/latest)  [Source](https://github.com/rickballard/gh-rz)

Ethics (voluntary)
[No crowns, no coercion, no corruption
](https://github.com/rickballard/gh-rz/blob/master/ETHICS.md)

Tell me what hurts in your DR runbooks and I’ll prioritize fixes that help most teams.   Free gift, no strings attached, be nice.
&lt;/code&gt;&lt;/pre&gt;

&lt;/div&gt;

</description>
      <category>backup</category>
      <category>github</category>
      <category>cli</category>
    </item>
  </channel>
</rss>
