diff --git a/docs/manual/apps.rst b/docs/manual/apps.rst index 4c7f1b99..6d61ea95 100644 --- a/docs/manual/apps.rst +++ b/docs/manual/apps.rst @@ -45,7 +45,8 @@ The tool can be used while ``wayback`` is running, and pywb will detect many cha It can be used to: * Create a new collection -- ``wb-manager init `` -* Add WARCs or WACZs to collection -- ``wb-manager add `` +* Add WARCs to collection -- ``wb-manager add `` +* Unpack WACZs to add their WARCs and indices to collection -- ``wb-manager add --uncompress-wacz `` * Add override templates * Add and remove metadata to a collections ``metadata.yaml`` * List all collections diff --git a/docs/manual/usage.rst b/docs/manual/usage.rst index 01aa8ed0..f1df89d3 100644 --- a/docs/manual/usage.rst +++ b/docs/manual/usage.rst @@ -114,6 +114,8 @@ Using Existing Web Archive Collections Existing archives of WARCs/ARCs files can be used with pywb with minimal amount of setup. By using ``wb-manager add``, WARC/ARC files will automatically be placed in the collection archive directory and indexed. +In pywb 2.8.0 and later, preliminary support for WACZ files is also added with ``wb-manager add --uncompress-wacz``. This will unpack the provided WACZ file, adding its WARCs and indices to the collection. + By default ``wb-manager``, places new collections in ``collections/`` subdirectory in the current working directory. To specify a different root directory, the ``wb-manager -d ``. Other options can be set in the config file. If you have a large number of existing CDX index files, pywb will be able to read them as well after running through a simple conversion process.