CloudBackupBundle icon indicating copy to clipboard operation
CloudBackupBundle copied to clipboard

All databases option to output 1 file per database

Open benr77 opened this issue 8 years ago • 0 comments

Thanks for an awesome package. Very very useful and powerful!

I know there is the "split" option but this seems to only support splitting backup files in to smaller files based on file size.

When using the all_databases: true option, is there a way to output 1 file per database? This would be highly desirable in the case of e.g. having to only restore a single DB.

I suppose this could be

  • a single .tar file per database, OR
  • a single .sql dump file per database inside a single tar file

Thanks!

benr77 avatar Jan 17 '18 16:01 benr77