Skip to content

Conversation

@numerfolt
Copy link

@numerfolt numerfolt commented Sep 29, 2025

Right now the sanoid and syncoid snapshots are parsing the date and time differently:
Sanoid appends e.g. _2023-07-25_20:00:14-GMT03:00 while
Syncoid appends _2023-07-25:20:00:14-GMT03:00.

Basically, Syncoid uses a : to divide the date and the time, while Sanoid uses a _ to do that.

If this isnt intended behavious, this pull request would just replace the : with a _ in the syncoid data-parsing.

As the get_date() function is only used at one place in Syncoid (setting the name for a new snapshot), this change wouldn't break anything as far as I can tell

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant