VPS Backups: Why “Everything Is in Git” Cannot Save Your Project

📰 Medium · DevOps

Learn why relying solely on Git for backups can put your project at risk and what you can do instead

intermediate Published 21 Jul 2026
Action Steps
  1. Run a backup of your VPS instance using a tool like rsync or duplicati to ensure all data is saved
  2. Configure a version control system like Git to track code changes, but not rely on it for full backups
  3. Test your backup and restore process to ensure it works as expected
  4. Use a cloud-based backup service like AWS Backup or Google Cloud Backup to store your backups securely
  5. Apply a 3-2-1 backup strategy: 3 copies of your data, 2 different storage types, and 1 offsite copy
Who Needs to Know This

Developers and DevOps teams can benefit from understanding the limitations of using Git as a backup solution, to ensure their projects are properly backed up and can be recovered in case of an emergency

Key Insight

💡 Git is not a substitute for a proper backup strategy, as it only tracks code changes and not other critical data

Share This
💡 Don't rely on Git alone for backups! Use a combination of tools to ensure your project's safety #devops #backup

Key Takeaways

Learn why relying solely on Git for backups can put your project at risk and what you can do instead

Full Article

A developer opens a terminal, runs git clone, checks out the latest production tag, and expects the application to return. Continue reading on Medium »
Read full article → ← Back to Reads

Related Videos

How to Code with Distrobox on the Steam Deck
How to Code with Distrobox on the Steam Deck
Ian Wootten
Can You Code on a Steam Deck?
Can You Code on a Steam Deck?
Ian Wootten
AWS, Azure, GCP: The One Thing Every Business Gets Wrong
AWS, Azure, GCP: The One Thing Every Business Gets Wrong
AI Daily
Containers on Amazon ECS with Mama J
Containers on Amazon ECS with Mama J
AWS Developers
How to Open QTR Files (QuickTime Movie)
How to Open QTR Files (QuickTime Movie)
File Extension Geeks
Improving DevOps Security and Efficiency at Cathay with AWS ProServe | Amazon Web Services
Improving DevOps Security and Efficiency at Cathay with AWS ProServe | Amazon Web Services
Amazon Web Services