Browse Source

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

Dan Helfman 1 month ago
parent
commit
345b4cfb09
1 changed files with 1 additions and 0 deletions
  1. 1 0
      borgmatic/hooks/command.py

+ 1 - 0
borgmatic/hooks/command.py

@@ -19,6 +19,7 @@ BORG_PLACEHOLDERS = {
     '{reverse-fqdn}',
     '{now}',
     '{utcnow}',
+    '{unixtime}',
     '{user}',
     '{pid}',
     '{borgversion}',