Move files to Glacier from S3
$ npm install
$ curl -H "Content-Type: application/json" -X POST -d
'{
"type": "build_backup_jobs",
"data": {
},
"options" : {}
}' http://localhost:3000/job
curl -H "Content-Type: application/json" -X POST -d
'{
"type": "crawl_dir",
"data": {
"dir":"/Volumes/cluster34/1"
},
"options" : {}
}'