dizda / CloudBackupBundle

Be able to backup your database(s) and upload it to the cloud (Dropbox, Amazon S3, GoogleDrive, etc.)
MIT License
196 stars 57 forks source link

All databases option to output 1 file per database #138

Open benr77 opened 6 years ago

benr77 commented 6 years ago

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

Thanks!