root@domU-12-31-38-00-6D-94:~/s3sync# ./s3sync.rb -r -d c24h-vBkp20071122:/ /root/data/
s3Prefix /
localPrefix /root/data
s3TreeRecurse c24h-vBkp20071122 /
Creating new connection
Trying command list_bucket c24h-vBkp20071122 max-keys 200 prefix / delimiter / with 100 retries left
Response code: 200
local node object init. Name: Path:/root/data/ Size:38 Tag:d66759af42f282e1ba19144df2d405d0
dest:
Source does not have
localTreeRecurse /root/data
Test /root/data/s3cmd.rb
local item /root/data/s3cmd.rb
local node object init. Name:s3cmd.rb Path:/root/data/s3cmd.rb Size:8829 Tag:ab5eb228472efad865a88b09897864d7
dest: s3cmd.rb
Source does not have s3cmd.rb
This verbose is quite obvious. I am trying to FETCH the contents of a bucket that was synced from another ec2 instance into a new one.
The local folder is, therefore, empty. All i want is to retrieve what's inside that buckent to this new ec2 instance. This simple
The question remains. Is s3sync the right tool for the job?
Nuno.