Daily backups of a repo nobody touched shouldn't cost the same as backups of one that changed.
Cloudback compares each new backup against the previous one. Nothing changed? It stores a link to the existing backup instead of uploading a duplicate.
#DevOps#GitHub
To run a backup on demand in Cloudback: open Cloudback dashboard, check the box next to a repository, then click Trigger in the top toolbar. It queues immediately and starts when a worker is free. Automated daily backups still run by default. #DevOps#GitHub
A git clone saves your code. It doesn't save the issues, pull requests, wiki pages, releases, labels, milestones, or collaborators around it.
Cloudback takes a snapshot of the whole GitHub project. When something breaks, you get a full restore.
#GitHub#DevOps