Author: Derick Rethans (derickr)
Date: 2024-08-20T10:35:44+01:00

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

Fix backup instructions

Changed paths:
  M  README.rst


Diff:

diff --git a/README.rst b/README.rst
index 3f2db113..07c12670 100644
--- a/README.rst
+++ b/README.rst
@@ -4,7 +4,7 @@ wiki.php.net
 Upgrades
 --------
 
-- Make a backup: ``cd /srv && tar cvzf wiki-`date +"%Y-%m-%d"`.tar.gz``
+- 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``

Reply via email to