| Home | Trees | Indices | Help |
|
|---|
|
|
put [options] <cluster_tag> [<local_file_or_dir> ...] <remote_destination>
Copy files to a running cluster
Examples:
# Copy a file or dir to the master as root
$ starcluster put mycluster /path/to/file/or/dir /path/on/remote/server
# Copy one or more files or dirs to the master as root
$ starcluster put mycluster /local/dir /local/file /remote/dir
# Copy a file or dir to the master as normal user
$ starcluster put mycluster --user myuser /local/path /remote/path
# Copy a file or dir to a node (node001 in this example)
$ starcluster put mycluster --node node001 /local/path /remote/path
This will copy a file or directory to the remote server
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
names =
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Nov 5 18:57:58 2011 | http://epydoc.sourceforge.net |