How to Backup a WordPress Site using the Command Line
mysqldump and tar commands are used for back up of a WordPress based site. The backup and restore process along with commands is explained.
mysqldump and tar commands are used for back up of a WordPress based site. The backup and restore process along with commands is explained.
To backup a Drupal site, website root directory and database dump are copied to a local server. The backup commands are explained.
Moving a Drupal site to a new host involves backing up the MySQL database and the web-site root directory and storing these on the new host.