6.2.8.5 getfile

Copy a file from Exascale to the local file system.

Purpose

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

Syntax

getfile exa-file local-file

Command Options

The options for the getfile command are:

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

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

Examples

Example 6-87 Get a File

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

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