-
-
Notifications
You must be signed in to change notification settings - Fork 107
Description
Hello,
just to ask some help please as I was searching the documentation but I’m confused and not sure whether I’m missing something.
For what I see zrepl replicates all the snapshots in a filesystem including those snaps created outside zrepl, for example I have some snaps created to perform a daily backup that I would like not to be considered by zrepl but they get replicated once I wakeup the jobs.
This happens for push jobs with periodic snapshotting and also with jobs with manual snapshotting where I need to wakeup the jobs via crontab and where I cannot specify a prefix in the snapshotting configuration:
snapshotting:
type: manual
prefix: zrepl_ (it gives this error: field prefix not found in type config.SnapshottingManual)
It seems to me that the snapshotting prefix for push jobs with periodic snapshotting is only used for pruning but it is not used to select the snapshots to be replicated, is this correct?
Is there a way to have zrepl replicating only its own snapshots or better only those specified by a prefix?
Thank you