Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mxmilkiib/backup-mediawiki
backup-mediawiki
https://github.com/mxmilkiib/backup-mediawiki
backup backup-script bash-script mediawiki
Last synced: about 2 months ago
JSON representation
backup-mediawiki
- Host: GitHub
- URL: https://github.com/mxmilkiib/backup-mediawiki
- Owner: mxmilkiib
- Created: 2012-07-24T07:06:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-08-22T18:53:32.000Z (over 5 years ago)
- Last Synced: 2023-03-12T11:05:14.681Z (almost 2 years ago)
- Topics: backup, backup-script, bash-script, mediawiki
- Language: Shell
- Size: 10.7 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
backup-mediawiki
================backup-mediawiki backs up MediaWiki files and DB and sends to a remote machine.
Setup requires ACL and SSH key setup.
* Create backup user
* Give backup user ACL access to www subdir (`setfacl -Rdm u:backupuser:r /var/www/wiki.example.org`)
* Put backup script in backup user home
* Configure path in script
* Give script executable permission
* Setup crontab entry
* Optional: Setup SSH key
* Optional: Or setup Syncthing or similarSee https://github.com/milkmiruku/backup-mediawiki-remote for remote code.