User Tools

Site Tools


servers:windows:nginx:dokuwiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
servers:windows:nginx:dokuwiki [2026/01/17 07:34] – [Back-up] Sean Rhoneservers:windows:nginx:dokuwiki [2026/01/31 01:36] (current) – [TODOs] Sean Rhone
Line 203: Line 203:
 ===== Git Fix ===== ===== Git Fix =====
  
-  * :!: Set email for ''user.email''+  * :!: Set ''user.email''
  
   "notepad.exe" "%SystemDrive%\www\scripts\wiki\Git Fix.bat"   "notepad.exe" "%SystemDrive%\www\scripts\wiki\Git Fix.bat"
Line 268: Line 268:
 ===== Double-hyphen Convert Disable ===== ===== Double-hyphen Convert Disable =====
  
 +  * https://www.dokuwiki.org/entities
   * This prevents ''--'' from becoming a ''—'' (long hyphen/em dash) which breaks some command syntax   * This prevents ''--'' from becoming a ''—'' (long hyphen/em dash) which breaks some command syntax
  
Line 284: Line 285:
   * Daily ''12:00:00 AM''   * Daily ''12:00:00 AM''
  
-  SCHTASKS /Create /SC "DAILY" /TN "Wiki File Back-up" /TR "%SystemDrive%\www\scripts\wiki\Update.bat" /ST "00:00" /F+  SCHTASKS /Create /SC "DAILY" /TN "Wiki Update" /TR "%SystemDrive%\www\scripts\wiki\Update.bat" /ST "00:00" /F
  
 ===== Back-up ===== ===== Back-up =====
  
-  * Weekly (Monday) ''12:15:00 AM''+  * Weekly (Monday) ''12:10:00 AM''
  
-  SCHTASKS /Create /SC "WEEKLY" /D "MON" /TN "Wiki Update" /TR "%SystemDrive%\www\scripts\wiki\Update.bat" /ST "00:15" /F+  SCHTASKS /Create /SC "WEEKLY" /D "MON" /TN "Wiki File Back-up" /TR "%SystemDrive%\www\scripts\wiki\Back-up.bat" /ST "00:10" /F
  
 ===== Maintenance ===== ===== Maintenance =====
Line 306: Line 307:
   "tar.exe" -czf "%UserProfile%\Downloads\dokuwiki-files-manual-%RANDOM%.tar.gz" -C "%SystemDrive%\www\wiki" "data/pages" "data/meta" "data/media" "data/media_meta" "data/attic" "data/media_attic" "conf"   "tar.exe" -czf "%UserProfile%\Downloads\dokuwiki-files-manual-%RANDOM%.tar.gz" -C "%SystemDrive%\www\wiki" "data/pages" "data/meta" "data/media" "data/media_meta" "data/attic" "data/media_attic" "conf"
  
-====== TODOs ======+====== TODO ======
  
-  * https://www.dokuwiki.org/plugin:searchindex 
   * https://www.dokuwiki.org/interwiki   * https://www.dokuwiki.org/interwiki
  
/usr/local/www/wiki/data/attic/servers/windows/nginx/dokuwiki.1768653282.txt.gz · Last modified: by Sean Rhone

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki