TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Back Up GitHub and GitLab Repositories Using Golang

16 pointsby uyoakaomaalmost 7 years ago

3 comments

alias_neoalmost 7 years ago
An interesting idea, but, I noticed some way down (almost the end in fact) that sadly the title is misleading. Yes you&#x27;re using Golang, but, only as a &quot;script&quot;. In reality, you&#x27;re calling git command line to perform the actual &quot;Back Up&quot;.<p>I had hoped to learn something new, about writing a git client in Golang, but even as a person that strongly believes in &quot;Golang all the things&quot;, I&#x27;d do this in Bash scripting, and in much less time (and code).
exegetealmost 7 years ago
I only skimmed the article, because it wasn&#x27;t readily apparent to me what advantage all this code provides over using git (maybe with bash) to backup Github and GitLab repositories.
kingnothingalmost 7 years ago
This seems like a very complicated alternative to git clone.