I recently started developing a site using Magento.
All my files and databases are located on a remote Linux hosting server.
What I would like to implement is a kind of system in which all my files and database are backed up once a day "just in case". I would also like to be able to use the same system to manually update everything before making any major changes.
I learned using a solution like Git or SVN in combination with MySQL CRON dumps; but they seem redundant for my needs.
Any ideas?
Thanks in advance for taking the time to read this and respond.
source
share