|
|
|
|
|
by GuB-42
1969 days ago
|
|
One of the advantages of systems like git is that you just need to clone and you have a complete copy of the original repository, you can synchronize with push/pull. No need to mess with backblaze and containers unless you want to back up your server configuration too. If you lose your server, just push your working copy on a new server. With enough people, losing data becomes almost impossible. In fact you don't even need a server, just push/pull between your machines, a server just makes things more convenient. |
|