automatic backup

polarubi

New Member
Hi, are there any ways to backup my sites.

I have one site with cpanel which needs to be daily back up'd and uploaded to a ftp backup server.

Same thing for my second site, but the second one runs totally without any panels, only apache and php.

cheers are they based on WP? if yrs u can install total backup Well , i can tell about backup , but the uploads should be done manually i guess .

For SQL Backup :


Code: mysqldump --add-drop-table -u username -p tablename > /location/backupfilename.sqlFor Site :

Go to your site folder and then


Code: tar -vcf yourbackupfilename.tar Yup. WP and IPB. @Bharat; like a cron? if you have access to SSH on your server you can use this method:
http://www.wjunction.com/48-technic...-how-remotely-backup-your-db-bash-script.html

or if you don't have SSH, but you have PHP exec enabled on your server you can write a simple php script to run that bash script then put it on crontab
 
Top