unionstreetmedia / elasticsearch-backup

Nodejs util to back up an Elasticsearch cluster/index/type
3 stars 0 forks source link

mkdir Error #3

Closed eborden closed 10 years ago

eborden commented 10 years ago

When a target directory does not exist display a more intelligible error. Currently dumping:

{ [Error: ENOENT, no such file or directory 'temp/1385354544278']
  errno: 34,
  code: 'ENOENT',
  path: 'temp/1385354544278',
  syscall: 'mkdir' }