archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

How to backup and restore data stored in the appliance? #123

Closed lemrose closed 2 years ago

lemrose commented 3 years ago

Are there any relevant documents or specific implementation steps

slacmshankar commented 2 years ago

There is some documentation on backing up the configuration in the admin guide - https://slacmshankar.github.io/epicsarchiver_docs/admin.html.

For the data itself, these are just files on the file system so any file system backup should do. These are also append-only files; so incremental backup is possible.