backuper/consts.go
nxshock 19e809966a Rework
* update logger routines
* add index file support
* split file masks and path masks
2023-04-03 19:43:16 +05:00

16 lines
347 B
Go

package main
const (
// Расширение для файлов архивов
defaultExt = ".tar.zst"
// Формат времени для сообщений
defaultTimeFormat = "02.01.06 15:04"
// Формат времени для файлов
defaulFileNameTimeFormat = "2006-01-02_15-04-05"
//
indexFileName = "index.csv.zst"
)