Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

aws-snowball

Create a Job

Upload data

Generate a list

  1. Install the tool
git clone git@github.com:aws-samples/snow-transfer-tool.git
cd snow-transfer-tool/
./install.sh 
  1. Generate list of files for each device
snowTransfer gen_list --src ~/snow --filelist_dir /tmp/output --partition_size 5GB --device_capacity 80TB --log_dir /tmp/lpg

snowball client

curl -O https://snowball-client.s3.us-west-2.amazonaws.com/latest/snowball-client-linux.tar.gz
tar xvfz snowball-client-linux.tar.gz
cd snowball-client-linux/bin
./snowball start -i 192.0.2.0 -m /Downloads/JID2EXAMPLE-0c40-49a7-9f53-916aEXAMPLE81-manifest.bin  -u 12345-abcde-12345-ABCDE-12345

Upload data from list

for i in `awk '{print $1}' /tmp/output/device_10.00MiB_2/fl_51FZOH_2.txt`;do snowball cp --recursive $i s3://MyBucket/Logs;done

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors