how do you back up website at files go daddy using php admin?

Stop Byte

Beta member
Messages
5
Location
UK
this is probably an amateurish question but how do you back up files from go daddy using php admin?

Thanks
 
PHPMyAdmin is just for the database. You can back up your database(s) by exporting them as MySQL files, and import them if needed to restore.

To backup the actual website files (PHP, HTML, etc.).. You'll need to access the files via GoDaddy's web-based file manager, or connect via an FTP Client on your computer. Then you can download them to your machine.
 
You'll need to download the contents of your root web directory then via their file manager or an FTP Client - whichever you prefer.

And if there's any database data you'd like to back up, that's done through PHPMyAdmin.
 
Back
Top Bottom