Backup in Typo3 create – so it goes
- You connect via SSL with your Server. To do this, you can use the program PuTTy to use.
- You change the command from "cd" to the installation directory of your Typo3-Installation.
- Type "/etc/init.d/apache stop" and confirm with [Enter] key to stopping the web server.
- The content of your website you can then pack it with "tar czvf typo3_backup.tar.gz cms" and then download.
- To secure the MySQL database of your website, enter the following command: "mysqldump -h {host} -u {user} -p{password} {database name} > typo3_db.sql".
- Change the data with your correct access data, so the command works.
- Alternatively, you can use the MySQL-database with phpMyAdmin back up.

 Typo3: creating a Backup
 
You will learn in the next practice tip on how you Typo3 update can.






