docs: fixed typo

This commit is contained in:
Mustapha Zorgati
2021-02-23 22:27:28 +01:00
parent 3016777872
commit 7dfd235d1e
2 changed files with 2 additions and 6 deletions
+1 -1
View File
@@ -187,7 +187,7 @@ Default: `0`
#### BACKUP_FILE_DATE_SUFFIX
Each backup file is suffixed by default with `%Y%m%d`. If you back up your vault multiple times a day that suffix is not unique anymore.
This environment variable allows you to append that date (`%Y%m%d${BACKUP_FILE_DATE_SUFFIX`) suffix in order to create a unique backup name.
This environment variable allows you to append that date (`%Y%m%d${BACKUP_FILE_DATE_SUFFIX}`) suffix in order to create a unique backup name.
Note that only numbers, upper and lower case letters, `-`, `_`, `%` are supported.