CloudBackupBundle
CloudBackupBundle copied to clipboard
All databases option to output 1 file per database
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!