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

NAME

glacier put - upload file to a vault

SYNOPSIS

glacier put [-q] [-j NJOBS] [--jobs=NJOBS] [--quiet] VAULT FILE [FILE...]

glacier put { -r | --rename } [-q] [-j NJOBS] [--jobs=NJOBS] [--quiet] VAULT FILE REMOTENAME

DESCRIPTION

Uploads FILEs to VAULT. With --rename option, uploads single FILE and assings REMOTENAME to the copy in the vault.

OPTION

-q, --quiet

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

-j, --jobs=N

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

-r, --rename

Uploads single file with a different remote name. Exactly three arguments are expected: the name of the vault, the name of the local file to upload and the name to assign to the remote copy.

SEE ALSO

glacier(1).