Make namespace backup to aws s3

Hi guys,

Is it possible to make backup of namespace, and directly store created backup file into AWS S3?

Hi aberbery,

This is possible with asbackup command.

  1. install s3cmd and configured.
  2. take backup through asbackup tool.
  3. put backup file to s3 bucket
  4. create shell script with above mentioned step.
  5. configured cron or azkaban schedular.