From bcc3c3eda5b956382089fb94ddd5f2dd7f83e319 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 30 Apr 2020 21:41:23 -0400 Subject: [PATCH] update some admin notes --- wiki/pages/administration.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/wiki/pages/administration.md b/wiki/pages/administration.md index 403ba2a..d99cf18 100644 --- a/wiki/pages/administration.md +++ b/wiki/pages/administration.md @@ -17,6 +17,17 @@ category: > see the [makeuser](https://tildegit.org/team/makeuser) script's documentation +the signup page ([source]( +https://tildegit.org/team/site/src/branch/master/signup/signup-handler.php)) +writes `makeuser` commands into `/var/signups`. + +once you've looked through signups and removed spam (by just commenting that +line in the signups file), you can run + + sh /var/signups + +and enter your sudo password to approve all pending requests + ## backups @@ -35,7 +46,7 @@ to see general backup stats: to restore a backup: - sudo borgmatic extract --archive --progress --restore-path=/path/to/restore + sudo borgmatic extract --archive --progress --path /path/to/restore we keep backups of: * `/home`