Dashboard > Hippo CMS > ... > Hippo Webdav Batch Processor plugins > Hippo Datacopy
Hippo Datacopy
Added by Jasha Joachimsthal, last edited by Niels van Kampenhout on May 15, 2007  (view change)
Labels: 
(None)


Use

With this tool you can copy files and folders from one repository location to an other. This tool does not copy the WorkflowID. This can be useful when you copy files between repositories.

Use the Hippo RepositoryCopy tool to re-index files.

Getting the code

The code is available in SVN
Compile and run as described in Hippo Webdav Batch Processor plugins.

Sample configuration

In this sample configuration file it will copy all files from /files/default.preview/content to /files/default.www/content without their WorkflowID.

# The source location. Path can either be a folder or a file.
location.host=localhost
location.port=60000
location.rootpath=/default
location.path=/files/default.preview/content

# authentication of the source location
authentication.username=root
authentication.password=password

plugin.1.classname=nl.hippo.webdav.batchprocessor.plugins.CopyHippoData

# The destination location. Path can either be a folder or a file.
plugin.1.configuration.destination.location.host=localhost
plugin.1.configuration.destination.location.port=60000
plugin.1.configuration.destination.location.rootpath=/default
plugin.1.configuration.destination.location.path=/files/default.www/content

# authentication of the destination location
plugin.1.configuration.destination.authentication.username=root
plugin.1.configuration.destination.authentication.password=password

Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.5.7 Build:#813 Aug 28, 2007) - Bug/feature request - Contact Administrators