Answer the question
In order to leave comments, you need to log in
Options for deploying/backing up the image database?
There is a small NodeJS server that downloads, resizes, applies filters, optimizes images. He saves it to his `public` folder, and from there I already distribute statics using nginx.
Question - I store this server and deploy it with Gita.
But what about the accumulated database of images? Do not upload them to Git too?
What are the practices? How to backup / transfer, etc. multimedia files? The requirement is essentially the same - convenient and fast deployment and synchronization (i.e. so that new files also get into the central storage)
Answer the question
In order to leave comments, you need to log in
To synchronize such things, it is convenient with the help of rsync. Make backups using rsnapshot or similar scripts. Deploy, also using rsync, is quite ...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question