We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07dad5a commit 6551f9aCopy full SHA for 6551f9a
README.md
@@ -38,9 +38,9 @@ TOKENS="WIKI CLOUD" # For any additional entry add the appropriate
38
39
__Template__ - The three lines that should be added for every new directory addition.
40
```Shell
41
-# <token-uppercase>_BACKUPS_DIR="/path/to/dir" # No '/' at the end of the path!
42
-# <token-uppercase>_DIR="/path/to/another-dir" # No '/' at the end of the path!
43
-# <token-uppercase>_BACKUP_DAY="<weekday-3-letters>"
+<token-uppercase>_BACKUPS_DIR="/path/to/dir" # No '/' at the end of the path!
+<token-uppercase>_DIR="/path/to/another-dir" # No '/' at the end of the path!
+<token-uppercase>_BACKUP_DAY="<weekday-3-letters>"
44
```
45
46
Example No.1
0 commit comments