File replicator snapshot

This commit is contained in:
Ben Johnson
2020-12-24 15:41:45 -07:00
parent 341eac268c
commit 9fa526f2c3
5 changed files with 87 additions and 354 deletions

View File

@@ -16,8 +16,9 @@ import (
const (
MetaDirSuffix = "-litestream"
WALDirName = "wal"
WALExt = ".wal"
WALDirName = "wal"
WALExt = ".wal"
SnapshotExt = ".snapshot"
GenerationNameLen = 16
)