Author: Derick Rethans (derickr)
Date: 2025-04-07T15:59:41+01:00

Commit: 
https://github.com/php/web-wiki/commit/faef4d092bc704bcd4d3e593bfefbcb9866f328d
Raw diff: 
https://github.com/php/web-wiki/commit/faef4d092bc704bcd4d3e593bfefbcb9866f328d.diff

Update readme and remove backup file

Changed paths:
  D  Backups.README
  M  README.rst


Diff:

diff --git a/Backups.README b/Backups.README
deleted file mode 100644
index d2ca3bfa..00000000
--- a/Backups.README
+++ /dev/null
@@ -1,8 +0,0 @@
-This directory is backed up on b2 via Restic.
-See /etc/restic and /etc/cron.daily/restic
-
-To see a list of backed up snapshots:
-source /etc/restic/cred
-restic snapshots
-
-To restore follow the docs at https://restic.readthedocs.io/en/stable/
diff --git a/README.rst b/README.rst
index 86d846cf..f9ca8cd8 100644
--- a/README.rst
+++ b/README.rst
@@ -15,7 +15,6 @@ Running::
 Upgrades
 --------
 
-- Make a backup: ``cd /srv && tar cvzf wiki-`date +"%Y-%m-%d"`.tar.gz 
web-wiki``
 - Follow https://www.dokuwiki.org/install:upgrade
 - Instead of unpacking on the server, unpack in your local Git directory
 - Restore ``register.txt`` via ``git restore -- 
dokuwiki/inc/lang/en/register.txt``
@@ -23,4 +22,5 @@ Upgrades
 - Restore ``entities.conf`` via ``git restore -- dokuwiki/conf/entities.conf``
 - Review the changes (not every detail in larger upgrades of course)
 - Commit and push
-- Pull on the server (``cd /srv/web-wiki && sudo -u www-data git pull``)
+- The wiki server will pull the new GIT content through rsync automatically
+  once an hour

Reply via email to