From 910676f3ea153b498c6c2a18928fd4c9f92db744 Mon Sep 17 00:00:00 2001 From: Jerome Charaoui <jerome@riseup.net> Date: Fri, 19 Jan 2018 13:03:52 -0500 Subject: [PATCH] [borg] sync example default for archive --- examples/example.borg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/example.borg b/examples/example.borg index 0a0dfc8..cdef1b6 100644 --- a/examples/example.borg +++ b/examples/example.borg @@ -101,7 +101,7 @@ exclude = /var/lib/mysql ## for more info see : borg create -h ## ## Default: -# archive = {now:%Y-%m-%d} +# archive = {now:%Y-%m-%dT%H:%M:%S} ## compression algorithm ## can be "none", "lz4", "zlib", "zlib,0..zlib,9", "lzma", "lzma,0..lzma,9". -- GitLab