Answer the question
In order to leave comments, you need to log in
How to organize a backup of a Django project under development?
Good afternoon!
I have an old PC with ubuntu, in fact, I deployed the project on it, connect to it via ssh and work on the project within the home network. For backup, I wrote a simple sh script, when the PC is turned off, the project is automatically archived and uploaded to Yandex.Disk.
I would like to know how to properly store the code, how to do version control and what solutions are there for this?!
Answer the question
In order to leave comments, you need to log in
Use github.com or bitbucket.com .
The first one is the most popular, but there is no way to store private repositories on a free account.
The second one is less popular, but allows you to store private repositories on a free account.
Good luck!
the project is automatically archived and uploaded to Yandex.Disk.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question