cells-enterprise tools shard-personal
./cells-enterprise tools shard-personal
Shard an existing personal datasource into multiple ones
Synopsis
DESCRIPTION
Shard an existing personal datasource to multiple ones. You must manually prepare the target datasources (e.g. personal1, personal2, personal3...) and write the javascript template path that will be used to distribute data accross datasources.
./cells-enterprise tools shard-personal [flags]
Options
--dry-run Dry run (true by default) (default true)
-h, --help help for shard-personal
--root string Root folder containing .minio.sys, existing buckets and target buckets (default "/home/teamcity/.config/pydio/cells/data")
--src-bucket string Name of the original bucket (personal) containing users directories (default "personal")
--src-ds string Name of the original datasource (personal) used to store data (default "personal")
--target-buckets string Name of the target buckets referenced inside the template path
--template string Javascript file containing the Template Path (default "template-path.js")
Options inherited from parent commands
SEE ALSO
- ./cells-enterprise tools - Additional tools