Recently I loosed my all files and database due to my server terminated by my friend by mistake , I don’t have backup for recent edited file and database and i don’t have time to take daily Backup of my file and database.
Do any solution to take daily (schedule) Backup of cpanel (Or) Server) files (FTP or SSH) and database (MySQL) to my local (Home) computer.
Let me know if anyone have a solution for it, I am really thanks full for it
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
If you have ssh access to your home directory then try rsync to backup files and folders to a local drive
I use rsync for files : https://www.digitalocean.com/community/tutorials/how-to-use-rsync-to-sync-local-and-remote-directories-on-a-vps
and Mysql-Workbench for database backups: http://www.mysql.com/products/workbench/
I’m running them manually as required at the moment. Just starting to automating it.