Backup and restore complete TYPO3 installation

Backup

Save the complete database:

mysqldump -u username -p databasename > dumpfilename.sql

Save the complete typo3 directory:

cd /var/www/
tar cvzf file.tar.gz typo3

Restore

Restore the database:

mysql -u root -p[root_password] [database_name] < dumpfilename.sql

Restore the complete typo3 directory:

mkdir /var/www/sitename.restore
cd /var/www/sitename.restore
tar xvzf file.tar.gz 

Ref:

Discussion

Enter your comment
If you can't read the letters on the image, download this .wav file to get them read to you.
 
blog/backup_and_restore_complete_typo3_installation.txt · Last modified: 2010/07/19 08:38 by brb
Back to top
chimeric.de = chi`s home Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0