Provided by: octopussy_1.0.6-0ubuntu2_all
NAME
octo_tool - Octopussy tool to do simple tasks
DESCRIPTION
octo_tool backup - Backups Octopussy configuration octo_tool cache_clear - Clears Cache (msgid_stats or taxonomy_stats) octo_tool message_copy - Copies Message from a Service to another Service octo_tool message_move - Moves Message from a Service to another Service octo_tool service_clone - Clones a Service octo_tool table_clone - Clones a Table
SYNOPSIS
octo_tool <task> [options] octo_tool backup <filename> octo_tool cache_clear msgid_stats|taxonomy_stats octo_tool message_copy <msgid_src> <msg_dst> octo_tool message_move <msgid_src> <msg_dst> octo_tool service_clone <servicename> <cloned_servicename> octo_tool table_clone <tablename> <cloned_tablename>
OPTIONS
-h,--help Prints this help. -v,--version Prints version.
FUNCTIONS
Usage($msg) Prints Script Usage Backup($filename) Backups Octopussy configuration Cache_Clear($cache_name) Clears Cache 'msgid_stats' or 'taxonomy_stats' Message_Copy($msgid_src, $msgid_dst) Copies Message 'msgid_src' to Message 'msgid_dst' Message_Move($msgid_src, $msgid_dst) Moves Message 'msgid_src' to Message 'msgid_dst' Service_Clone($service_orig, $service_clone) Clones Service '$service_orig' in '$service_clone' Table_Clone($table_orig, $table_clone) Clones Table '$table_orig' in '$table_clone'