I am currently trying to define my backup strategy for my AWS EC2 server. I already use Google Drive to backup my apache root folder. This also automatically doubles as a deployment strategy since the drive folder is linked to my local repo on my home PC.
I was wondering if I could also include the database data directory and have it synced with Google Drive? Or should I rather stick with conventional SQL dumps for backup?