6.2.8.9 putfile

Copy a file from the local file system to Exascale.

Purpose

The putfile command copies a file from the local file system to an Exascale vault.

Syntax

putfile local-file exa-file

Command Options

The options for the putfile command are:

  • local-file: Specifies a regular file in the local file system.

  • exa-file: Specifies a file location in an Exascale vault.

Examples

Example 6-103 Put a File

The following example copies the local file at /tmp/file-1 to @MYDATA/file-1.copy on Exascale storage.

@> putfile /tmp/file-1 @MYDATA/file-1.copy