A
A
Andrey2015-09-12 08:55:51
Django
Andrey, 2015-09-12 08:55:51

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

2 answer(s)
S
sevmax, 2015-09-12
@sevmax

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!

A
Alexander Taratin, 2015-09-12
@Taraflex

the project is automatically archived and uploaded to Yandex.Disk.

You can use www.exdupe.com , saving changes to separate archives.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question