Skip to content

Picking which data to replicate. #108

Answered by JohnStrunk
oranichu asked this question in Q&A
Discussion options

You must be logged in to vote

Right now, data is replicated at the granularity of a PVC: the ReplicationSource/ReplicationDestination set up replication for the contents of a single PVC. If your application has some data that should be replicated and some that shouldn't, the only method to do that today would be to use separate PVCs.

It may be possible to enhance the RS/RD to take include/exclude patterns (e.g., only replicate the *.zip files in this PVC), but since the replication is offloaded to the various movers, they would all need to be modified to support this capability. I believe the existing & planned movers all support patterns, but we could certainly end up with ones that don't.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by oranichu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants