backup: fix archive name

Was overly quoted from when this was a shell script
This commit is contained in:
Jim Paris 2021-10-15 23:27:39 -04:00 committed by Jim Paris
parent 59ad2b5b4d
commit ccf54b98d7

View File

@ -269,7 +269,7 @@ def main(argv: list[str]):
"--compression", "zstd,3",
"--paths-from-stdin",
"--paths-delimiter", "\\0",
"::'{hostname}-{now:%Y%m%d-%H%M%S}'"],
"::{hostname}-{now:%Y%m%d-%H%M%S}"],
stdin=subprocess.PIPE,
stdout=subprocess.PIPE,
stderr=subprocess.STDOUT)