Complete
Details
Details
Assignee
Vladimir Vinogradenko
Vladimir VinogradenkoReporter
David Durrleman
David DurrlemanLabels
Impact
Medium
Components
Fix versions
Affects versions
Priority
More fields
More fields
Katalon Platform
Katalon Platform
Created February 18, 2021 at 2:42 PM
Updated July 1, 2022 at 5:13 PM
Resolved June 30, 2021 at 3:29 PM
Hi,
The UI and documentation explain that using "Full filesystem replication" should "Completely replicate the selected dataset. The target dataset will have all of the properties, snapshots, child datasets, and clones from the source dataset."
I believe this is true for the first replication (because -R is used), but not the case as soon as replications start running incrementally. Indeed, since -i is used instead of -I, intermediary snapshots do not get replicated (violating "all of the snapshots"). Moreover, if clones have been created on the local system, based on snapshots that are outside the replication schedule, those will fail to replicate too (violating "all of the clones").
Is it possible to make incremental replication use -I instead of -i when using "full filesystem replication"?
Thanks