The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

glacier get - download file from a vault

SYNOPSIS

glacier put [-fikqt] [--force] [--interactive] [-j NJOBS] [--jobs=NJOBS] [--no-clobber] [--keep] [--quiet] [--test] VAULT FILE [LOCALNAME]

DESCRIPTION

Downloads FILE from the VAULT. The local file name for the file is supplied by the LOCALNAME. If this argument is absent, the local name is formed from FILE with the eventual version number part removed. See glacier(1), section On file versioning, for the information about file versioning scheme.

OPTION

-f, --force

Silently overwrites existing local file.

-i, --interactive

If the local file already exists, asks for permission before overwriting it.

-j, --jobs=N

Sets the number of concurrent download jobs for multiple-part downloads. The default is configured by the transfer.download.jobs configuration statement. If absent, the transfer.jobs statement is used. The default value is 16.

-k, --keep, --no-clobber

Never overwrite existing files.

-q, --quiet

Don't display progress meter during multi-part downloads.

-t, --test

Test mode. Don't download the file, display only the status of the correspondig archive retrieval job.

SEE ALSO

glacier(1).