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-104 Put a File

The following example copies the local file at /tmp/file1 to @my-data/file1.copy on Exascale storage.

@> putfile /tmp/file1 @my-data/file1.copy