hi i have a new adult site and have worked very hard on it - it has 100's of images and videos that i do not have on my system as a freelancer uploaded them for me how can i make a decent back up without downloading all these videos etc?
For MySQL, with ssh mysqldump -p -ulogin -hlocalhost --add-drop-table --quote-name db_name > backup.sql tar -czf backup.tar.gz backup.sql without ssh, use mysqldumper.net
Hi, I think you need to take the backof of the whole site to your local system. Do you have any control panel to manage your site? If you have cpanel, then under "backup" section, you have the option to take a compressed backup of your whole site including your mail and database backup. The above given command is the one used to take backup of your mysql database. You can either ssh into your server (remote login) or from the site mysqldumper.net you can download an application for taking mysql backups from your local machine.