mirror of
https://github.com/borgbackup/borg.git
synced 2026-05-25 02:33:15 -04:00
parent
839434891c
commit
8e6dc52a8a
1 changed files with 1 additions and 0 deletions
|
|
@ -218,6 +218,7 @@ def replace_placeholders(text, overrides={}):
|
|||
'hostname': hostname,
|
||||
'now': DatetimeWrapper(current_time.astimezone(None)),
|
||||
'utcnow': DatetimeWrapper(current_time),
|
||||
'unixtime': int(current_time.timestamp()),
|
||||
'user': getosusername(),
|
||||
'uuid4': str(uuid.uuid4()),
|
||||
'borgversion': borg_version,
|
||||
|
|
|
|||
Loading…
Reference in a new issue