This guide is in the process of being deprecated and will no longer be updated.
The first-generation 80 TB Snowball device is no longer available. Use the Snowball Edge storage optimized devices for all data transfer jobs. For Snowball Edge documentation, see the AWS Snowball Edge Developer Guide.
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
During import into Amazon S3, batches are extracted and the original files are
imported into Amazon S3. Only |
--checksum |
On and set to false by default. Calculates a checksum for any source and destination files with the same name, and then compares the checksums. This command option is used when a copy operation is resumed. Using this option adds computational overhead during your copy operation. When this option isn't used, a faster comparison of just file names and dates occurs when you resume as copy operation. |
-f , --force |
On and set to false by default. This command option has two uses:
The preceding use cases are not mutually exclusive. We recommend that you
use |
-h , --help |
On and set to false by default. Displays the usage information for the |
--noBatch |
String. Disables automatic batching of small files. If you're copying a directory, and
you use this option, you must also use the |
-r , --recursive |
On and set to false by default. Recursively traverses directories during the |
-s , --stopOnError |
On and set to false by default. Stops the |
Snowball Logs
When you transfer data between your on-premises data centers and a Snowball, the Snowball client automatically generates a plaintext log and saves it to your workstation. If you encounter unexpected errors during data transfer to the Snowball, make a copy of the associated log files. Include them along with a brief description of the issues that you encountered in a message to AWS Support.
Logs are saved in the following locations, based on your workstation's operating system:
-
Windows – C:\Users\
<username>
\.aws\snowball\logs\ -
Mac – /Users/
<username>
/.aws/snowball/logs/ -
Linux – /home/
<username>
/.aws/snowball/logs/
Logs are saved with the file name
snowball_<year>
_<month>
_<date>
_<hour>
.
The hour is based on local system time for the workstation and uses a 24-hour
clock.
Example Log Name
snowball_2016_03_28_10.log
Each log has a maximum file size of 5 MB. When a log reaches that size, a new file is
generated, and the log is continued in the new file. If additional logs start within the
same hour as the old log, then the name of the first log is appended with .1
and the second log is appended with .2
, and so on.
Logs are saved in plaintext format and contain file name and path information for the files that you transfer. To protect this potentially sensitive information, we strongly suggest that you delete these logs once the job that the logs are associated with enters the completed status.