Actions

Backing Up Mediawiki: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

15 August 2026

  • curprev 19:4319:43, 15 August 2026 Rabbi Bob talk contribs m 4,921 bytes +2 No edit summary
  • curprev 19:0919:09, 15 August 2026 Rabbi Bob talk contribs m 4,919 bytes +343 No edit summary Tag: Visual edit
  • curprev 18:5718:57, 15 August 2026 Rabbi Bob talk contribs 4,576 bytes +4,576 Created page with "<syntaxhighlight lang="bash" line> #!/bin/bash # ============================================================================== # Weekly LAMP Backup Script # ============================================================================== # #### Configuration Variables #### SERVER_NAME="MyServer2026" PERIOD_TYPE="Weekly" # %V gives the ISO week number (01-53), resetting each year PERIOD_COUNTER=$(date +%V) BUNDLE_NAME="${SERVER_NAME}_${PERIOD_TYPE}-${PERIOD_COUNTER}.tar.g..."