I am using the following script to sync a local Linux ext3 directory with S3:
s3sync.rb -r --progress --ssl --delete /home/lucid/luciddb/archive mybucket:lucid-backup
For each directory in the structure I am seeing a 38 byte file with the same name as the directory name. This is taking up a substantial amount of S3 space and more importantly is causing problems when trying to use EC2 MapReduce Hive scripts to create external tables.
- Why are these extraneous files being uploaded?
- Is there a way to prevent S3Sync from uploading these extraneous files?