stcli file clone Command
Creates a HX clone for the given file.
stcli file clone [-h] --name NAME --clone CLONE [--parentname PARENTNAME] [--replfirst] [--repl] [--readonly] [--thick]
Syntax Description
|
Option |
Required or Optional |
Description |
|---|---|---|
| --clone CLONE |
Required. |
Name to assign to the file clone. |
| --name NAME |
Required. |
Name of the file to be cloned. |
| --parentname PARENTNAME |
Optional. |
Name of the parent file of the file to be cloned. |
| --replfirst |
Optional. |
First replication file clone. |
| --repl |
Optional. |
Replication file clone. |
| --readonly |
Optional. |
Read only file clone. |
| --thick |
Optional. |
Thick file clone. |
Command Default
None. File name and clone name required.
Usage Guidelines
Accompany the stcli file clone command with the positional arguments and optionally the arguments enclosed in [ ].
Feedback