A
A
Andrey2017-05-08 08:38:21
Django
Andrey, 2017-05-08 08:38:21

What is the best way to organize the backup media of a Django directory?

Hello!
Tell me how best to organize the backup media of the Django directory?
At the initial stage, I just wrote a bash script that stupidly archives the media catalog a couple of times a month and uploads it to Yandex.Disk.
Gradually, the size of the media catalog grows and it is not efficient to download several gigabytes every time!
What is better to use for media catalog backup, what solution do you use?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Anonymous101, 2017-05-08
@andrey_u

Rsync, or rbackup based on it. Will only sync changes.
Pre-mount the yandex disk via webdav to some directory.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question