bisq-network / wiki

@bisq-network documentation at https://bisq.wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bisq Wiki

Basic installation of MediaWiki with some customizations added for Bisq. See INSTALL file for installation instructions.

Daily backup system

If you are the Wiki Operator, you should implement off-site daily backups of both the MySQL database dump and the webroot:

@reboot keybase fs ls /keybase >/dev/null 2>&1
@reboot screen -dmS kbfsfuse kbfsfuse /keybase
34 13 * * * find /backup -mtime +20 -name \*.bz2 -exec rm -f {} \;
37 13 * * * mysqldump --all-databases --triggers --routines --events | bzip2 > /backup/bisq-wiki-`date +\%Y-\%m-\%d-\%H\%M`.sql.bz2
37 13 * * * cd /usr/local/www && tar jcf /backup/bisq-wiki-`date +\%Y-\%m-\%d-\%H\%M`.tar.bz2 .
0 14 * * * rsync -a /backup/bisq-wiki-\* /keybase/private/bisqwiki/backup/

Also add a crontab for www user to generate sitemap hourly:

39 * * * * (cd /usr/local/www && php maintenance/generateSitemap.xml bisq.wiki) >/dev/null 2>&1

About

@bisq-network documentation at https://bisq.wiki

License:Other


Languages

Language:PHP 57.4%Language:JavaScript 38.2%Language:CSS 1.7%Language:Lua 1.4%Language:TSQL 0.8%Language:PLpgSQL 0.2%Language:Python 0.1%Language:Perl 0.1%Language:Ruby 0.1%Language:HTML 0.0%Language:Shell 0.0%Language:Gherkin 0.0%Language:Makefile 0.0%Language:SQLPL 0.0%Language:Batchfile 0.0%