I have no experience at all with PHP or MySQL, but I have recently put an Omeka installation on a server I have running on a virtual machine, where I have root privileges. If at all possible, I would like to be able to automatically back up my database to my local Unix-based machine at regular intervals, perhaps using something like Git or scp.
I don't necessarily have to backup all of the Omeka item files, as I have a folder on my local machine that contains all my PDFs and images in the Omeka database, with filenames that are identical to the "Identifier" field in my Omeka items. But I do want to get all of the metadata backed up, even just by grabbing the XML output. But I do want to be able to do this without having to think about it often or log in to Omeka to do the backup. Is there a way to do this?