AWS Snowball User Guide
Using the Snowball Client
pointed to by that path and its subdirectories. This command lists files that are currently in the process
of being transferred as incomplete for their transfer status.
Doing this for import jobs helps ensure that your content can be imported into AWS without issue.
This command might take some time to complete, and might appear to be stuck from time to time.
This effect is common when there are lots of files, and even more so when files are nested within many
subfolders. We recommend that you run this command with the verbose option.
Example Usage
snowball -v validate
Version Command for the Snowball Client
The snowball version command displays the Snowball client version on the terminal.
Example Usage
snowball version
Using the Verbose Option
Whenever you execute a Snowball client command, you can use the verbose option for additional
information. This additional information is printed to the terminal while the command is running.
Using the verbose option helps you to better understand what each command is doing. It also helps
you troubleshoot issues you might encounter with the Snowball client.
The verbose option is off by default. You can turn it on by specifying the option while running a
command, as in the following examples.
snowball -v cp /Logs/April/logs1.csv s3://MyBucket/Logs/April/logs1.csv
snowball --verbose ls s3://MyBucket/Logs/April/
Options for the snowball cp Command
Following, you can find information about snowball cp command options and also syntax guidelines
for using this command. You use this command to transfer data from your workstation to a Snowball.
Command Option Description
-b, --batch String.
Significantly improves the transfer performance for small files by batching
them into larger .snowballarchives files. Batching is on by default. You
can change the following defaults to specify when a file is included in a
batch:
• By default, files that are 1 MB or smaller are included in batches. You can
change this setting by specifying the --batchFileSizeInKBLimit
option with a new maximum file size, in kilobytes. Maximum file sizes
range from 100 KB to 1 MB. Files that are larger than the specified
maximum file size are transferred to the Snowball as individual files and
not included in any batches.
60