GetAWebAddOn
Make a copy of a whole TWiki web for backup or for offline reading
Introduction
Sometime it is useful to make a copy of a TWiki web from remote for backup or for offline reading. This add-on archives a whole TWiki web.
Supported File Formats
The script produces files in the
.tar format.
Usage
| Web |
Format |
Versions |
URI |
| Webname |
tar |
all |
%SCRIPTURL{get-a-web}%/Webname/Webname.tar |
Security
- All the twiki/data, twiki/pub and twiki/template files of the chosen web are archived, except for the .htaccess and .htpasswd and the *.lock files.
- User authentication can be handled with apache
<Location> directive.
- Any user that can access this script is able to get a full copy of the entire web - TWiki security is NOT respected. Use with caution.
Demo
Installation
- Unzip in twiki root directory
Add-On Info
- Set SHORTDESCRIPTION = Make a copy of a whole TWiki web for backup or for offline reading
Related Topic: TWikiAddOns