Sfoglia il codice sorgente

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

Dan Helfman 1 mese fa
parent
commit
345b4cfb09
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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}',