User Tools

Site Tools


servers:windows:nginx:mybb

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:mybb [2025/11/20 19:27] – [Initial Setup] Sean Rhoneservers:windows:nginx:mybb [2025/11/29 00:44] (current) – [Back-up] Sean Rhone
Line 49: Line 49:
 error_reporting = "~E_ALL" error_reporting = "~E_ALL"
 display_errors = "Off" display_errors = "Off"
 +log_errors = "Off"
  
 [Date] [Date]
Line 123: Line 124:
 SET "PHP_FCGI_CHILDREN=1" SET "PHP_FCGI_CHILDREN=1"
  
-START "Forum PHP-CGI" "php-cgi.exe" -b "127.0.0.1:9006" -c "%SystemDrive%\www\php\forum.ini" -q+START "Forum PHP-CGI" /MIN "php-cgi.exe" -b "127.0.0.1:9006" -c "%SystemDrive%\www\php\forum.ini" -q
  
 :: End</code> :: End</code>
Line 147: Line 148:
 ===== Back-up ===== ===== Back-up =====
  
-  * :!: TODO+  * ''D:\Servers\Scheduled Backups''
  
   "notepad.exe" "%SystemDrive%\www\scripts\forum\Back-up.bat"   "notepad.exe" "%SystemDrive%\www\scripts\forum\Back-up.bat"
Line 153: Line 154:
 <code> <code>
 @echo off @echo off
 +
 +TITLE Forum Back-up
  
 :: User\Downloads :: User\Downloads
-"tar.exe" -czf "%UserProfile%\Downloads\dokuwiki-files-auto-%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\mybb-files-auto-%RANDOM%.tar.gz" -C "%SystemDrive%\www" "forum" 
 +::"%ProgramFiles%\MariaDB 12.2\bin\mariadb-dump.exe-u "root--opt -r "%UserProfile%\Downloads\%RANDOM%-mybb.sql" "mybb"
  
 :: NAS :: NAS
-::"tar.exe" -czf "D:\Servers\Scheduled Backups\dokuwiki-files-auto-%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 "D:\Servers\Scheduled Backups\mybb-files-auto-%RANDOM%.tar.gz" -C "%SystemDrive%\www" "forum" 
 +"%ProgramFiles%\MariaDB 12.2\bin\mariadb-dump.exe-u "root--opt -r "D:\Servers\Scheduled Backups\%RANDOM%-mybb.sql" "mybb"
  
 :: End</code> :: End</code>
Line 187: Line 192:
 <code> <code>
 @echo off @echo off
 +
 +TITLE Forum Git Fix
  
 RMDIR /S /Q "%SystemDrive%\www\forum\.git" RMDIR /S /Q "%SystemDrive%\www\forum\.git"
Line 234: Line 241:
 ===== Back-up ===== ===== Back-up =====
  
-  * Weekly -> Recur every ''1'' weeks on ''Monday'' +  * Monthly -> All months -> Days: ''6'' 
-  * ''12:15:00 AM'' +  * ''5:15:00 AM''
-  * :!: TODO+
  
-  Wiki File Back-up+  Forum Back-up
  
-  "%SystemDrive%\www\scripts\media\Back-up.bat"+  "%SystemDrive%\www\scripts\forum\Back-up.bat"
  
 ===== Maintenance ===== ===== Maintenance =====
  
-  * Monthly -> All months -> Days: ''5''+  * Monthly -> All months -> Days: ''6''
   * ''5:30:00 AM''   * ''5:30:00 AM''
  
/var/www/wiki/data/attic/servers/windows/nginx/mybb.1763684827.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