You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/usr/sbin/syncoid --recursive --no-sync-snap --preserve-recordsize vm backup/BACKUP/vm
After a while syncoid fails complaining that snapshots of the origin datasets are missing. What is the proper syncoid command to keep older snapshots than what is available in origin dataset ?
The text was updated successfully, but these errors were encountered:
After a while syncoid fails complaining that snapshots of the origin datasets are missing. What is the proper syncoid command to keep older snapshots than what is available in origin dataset ?
Stop using --no-sync-snap, that's literally what it's for. To give you a snapshot to base incrementals on which won't be removed.
If you want to use --no-sync-snap, then it's on you to make sure that you are keeping an eye on things and making sure you replicate frequently enough that your newest snapshot on the target doesn't become older than the oldest snapshot on your source.
And since your custom "ssd" template takes no monthly snapshots, your monthly=6 on the target has no effect. Can't preserve six monthlies if you never get any monthlies in the first place. Set monthly=1 on your source, if you want the target to be able to build up a cache of monthlies.
Hello,
Sorry it is more a question than an issue ...
I have this config :
I backup this way :
/usr/sbin/syncoid --recursive --no-sync-snap --preserve-recordsize vm backup/BACKUP/vm
After a while
syncoid
fails complaining that snapshots of the origin datasets are missing. What is the propersyncoid
command to keep older snapshots than what is available in origin dataset ?The text was updated successfully, but these errors were encountered: