Installing the FSDump Product
Software Installation
FSDump should be installed as follows:
- Unpack the tarball / zipfile into a temporary location. E.g.:
$ cd /tmp $ tar xzf FSDump-0.9.tar.gz
- Copy the FSDump directory from that location into the
Products
directory of your Zope application server instance. E.g.:$ cd FSDump-0.9 $ cp -r FSDump /var/zope/Products/
- Restart Zope. Verify that FSDump appears in
/Control_Panel/Products
Creating a Dumper
From the ZMI manage_main
of the folder whose contents you wish to
dump, add a Dumper
object from the add list. Specify an ID and
the path on the filesystem where you want to dump the files (note that
the user as whom Zope is running needs to be able to create files here!)
Configuring a Dumper
Please see the online help for details.