gentics / mesh-incubator

Project which is home for planned enhancements for Gentics Mesh
3 stars 0 forks source link

Add binaryFiles to backup #219

Open Jotschi opened 4 years ago

Jotschi commented 4 years ago

It would be useful to also handle binayFiles during the backup phase.

Currently those files must be backuped manually by the user.

We could use hardlinks to "copy" the binaryFiles to the backup location. A fallback which copies the files would be a good idea too. Maybe the binary storage should be backup aware. This way also S3 could implement a backup process which the backup handler just triggers.

It would be useful to switch mesh in Read-Only mode during this backup process.