• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

conf/H22-Oct-2020-128

lang/H22-Oct-2020-14078

CHANGELOG.mdH A D20-Oct-20202 KiB4731

LICENSEH A D20-Oct-202017.7 KiB340281

README.mdH A D20-Oct-20202.1 KiB4424

admin.phpH A D20-Oct-202016 KiB544312

admin.svgH A D20-Oct-2020243 21

plugin.info.txtH A D20-Oct-2020255 87

script.jsH A D20-Oct-2020343 77

spinner.gifH A D20-Oct-2020723

style.lessH A D20-Oct-2020244 1614

README.md

1# BackupTool for DokuWiki
2
3## License
4
5* **Author**: [Terence J. Grant](mailto:tjgrant@tatewake.com) (with special thanks to [Andreas Wagner](andreas.wagner@em.uni-frankfurt.de) and [Andreas Gohr](dokuwiki@cosmocode.de))
6* **License**: [GNU GPL v2](http://opensource.org/licenses/GPL-2.0)
7* **Latest Release**: v1.0.1 on Oct 21st, 2020
8* **Changes**: See [CHANGELOG.md](CHANGELOG.md) for full details.
9* **Donate**: [Donations](http://tjgrant.com/wiki/donate) and [Sponsorships](https://github.com/sponsors/tatewake) are appreciated!
10
11## About
12
13This tool allows you to easily create backups of your [DokuWiki](http://dokuwiki.org/) data and other configuration / settings from the admin interface.
14
15The tool will create a [tar](https://en.wikipedia.org/wiki/Tar_(computing)) archive, and optionally compressed with either [bzip2](https://en.wikipedia.org/wiki/Bzip2) or [gzip](https://en.wikipedia.org/wiki/Gzip) if either of these compression methods are available.
16
17## Install / Upgrade
18
19Search and install the plugin using the [Extension Manager](https://www.dokuwiki.org/plugin:extension). Refer to [Plugins](https://www.dokuwiki.org/plugins) on how to install plugins manually.
20
21You can then run backups manually from the **Backup Tool** link in the **Additional Plugins** section of your DokuWiki installation's **Admin** page.
22
23Backup archives will be available via the **Media Manager** at the path `:wiki:backup`.
24
25## Setup
26
27All further documentation for this plugin can be found at:
28
29 * [https://www.dokuwiki.org/plugin:backup](https://www.dokuwiki.org/plugin:backup)
30
31## Contributing
32
33The official repository for this plugin is available on GitHub:
34
35* [https://github.com/tatewake/dokuwiki-plugin-backup](https://github.com/tatewake/dokuwiki-plugin-backup)
36
37The plugin thrives from community contributions. If you're able to provide useful code changes or bug fixes, they will likely be accepted to future versions of the plugin.
38
39If you find my work helpful and would like to give back, [consider joining me as a GitHub sponsor](https://github.com/sponsors/tatewake).
40
41Thanks!
42
43--Terence
44