I'm sorry that my first post on here has to be about a problem I have with s3sync.
I've only just installed it and am very new. I've been following the instructions here:
http://blog.eberly.org/2006/10/09/how-automate-your-backup-to-amazon-s3-using-s3sync/And I am getting an error with when executing upload.sh script. I also tried putting my environment variables into an s3config.yml file but am getting the same error.
Here it is:
ruby s3sync.rb -r --dryrun /root/s3synctest/ kapitalmototv:/kmtv
S3 command failed:
list_bucket kapitalmototv max-keys 200 prefix /kmtv delimiter /
With result 301 Moved Permanently
S3 ERROR: #<Net::HTTPMovedPermanently:0xb7900404>
s3sync.rb:292:in `+': can't convert nil into Array (TypeError)
from s3sync.rb:292:in `s3TreeRecurse'
from s3sync.rb:348:in `main'
from ./thread_generator.rb:79:in `call'
from ./thread_generator.rb:79:in `initialize'
from ./thread_generator.rb:76:in `new'
from ./thread_generator.rb:76:in `initialize'
from s3sync.rb:269:in `new'
from s3sync.rb:269:in `main'
from s3sync.rb:708
Any ideas because I have none!