Continuous Backup: Deletion & Truncation Directory #264
-
Hello, I set up the continuous backup as in https://docs.microstream.one/manual/storage/configuration/backup/continuous-backup.html. Now I have the following questions: truncation directory:
deletion directory:
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Hello, If those directories are configured Microstream will store additional backup data there. Deletion directory: Truncation directory: |
Beta Was this translation helpful? Give feedback.
-
Your approach is fine. You may also copy Full Backup’s files to another location if you like to archive it. |
Beta Was this translation helpful? Give feedback.
Hello,
If those directories are configured Microstream will store additional backup data there.
Enabling them is not required. In most use cases the normal “Backup” is enough. Especially since enabling the deletion directory might increase the required storage-space dramatically.
Also it is not trivial restoring data backuped in those directories as this must be done manually…
Deletion directory:
If configured Microstream will not delete storage files. Instead of deleting they are copied into the deletion-directory (e.g. if the housekeeping refactors files containing to much deleted data).
The deletion directory is not emptied automatically.
It is legal to delete it’s content. Microstream…