Home Blog Archive Internet Typo3: creating a Backup - so it goes

Typo3: creating a Backup - so it goes

  • Oct 30, 2025
  • 484
  • 0

For security reasons, you should make your Typo3 website on a regular basis a Backup. How this works, we can tell you in this practical tip.

Backup in Typo3 create – so it goes

  1. You connect via SSL with your Server. To do this, you can use the program PuTTy to use.
  2. You change the command from "cd" to the installation directory of your Typo3-Installation.
  3. Type "/etc/init.d/apache stop" and confirm with [Enter] key to stopping the web server.
  4. The content of your website you can then pack it with "tar czvf typo3_backup.tar.gz cms" and then download.
  5. To secure the MySQL database of your website, enter the following command: "mysqldump -h {host} -u {user} -p{password} {database name} > typo3_db.sql".
  6. Change the data with your correct access data, so the command works.
  7. 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.

YOU MAY ALSO LIKE

0 COMMENTS

LEAVE A COMMENT

Human?
1 + 3 =