I have developed a web application in Python
and Django
and need to back up the data daily. Currently, Postgres
is used as DBMS.
To perform the backup I discovered the django-dbbackup
module, but to use it, I need to run the command python manage.py dbbackup
.
How do I automatically back up every day at a certain time?