Add support for new Borg placeholder "{unixtime}".

This commit is contained in:
Dan Helfman
2025-04-23 10:07:33 -07:00
parent 5465b60d37
commit 345b4cfb09
+1
View File
@@ -19,6 +19,7 @@ BORG_PLACEHOLDERS = {
'{reverse-fqdn}',
'{now}',
'{utcnow}',
'{unixtime}',
'{user}',
'{pid}',
'{borgversion}',