Add the ability to backup for multiple files
Opened this issue · 0 comments
iurisilvio commented
I want to make a mysqldump to CSV. It generate a folder with some text files. I want to compress this folder and send it to S3.
mysqldump -T /some/path -t my_database
I think it makes sense to support it, even if it just call a folder_to_s3.py
script.