MyNixOS website logo
option

services.znapzend.zetup.<name>.timestampFormat

The timestamp format to use for constructing snapshot names. The syntax is strftime-like. The string must consist of the mandatory %Y %m %d %H %M %S. Optionally - _ . : characters as well as any alphanumeric character are allowed. If suffixed by a Z, times will be in UTC.

Declarations
Type
string containing all of the characters %Y, %m, %d, %H, %M, %S
Default
"%Y-%m-%d-%H%M%S"
Example
"znapzend-%m.%d.%Y-%H%M%SZ"