DispersiveWiki:Backups: Difference between revisions

From DispersiveWiki
Jump to navigationJump to search
No edit summary
 
No edit summary
Line 1: Line 1:
As root on tosio.math.toronto.edu execute
As root on tosio.math.toronto.edu execute
[root@tosio ~]# mysqldump -uroot -p wiki > wikibackup_yymmdd.sql
[root@tosio ~]# mysqldump -uroot -p wiki > wikibackup_yymmdd.sql
Enter root password. The wiki databass will then be dumped into  
 
Enter root password.  
 
The wiki databass will then be dumped into  
the file wikibackup_yymmdd.sql in the root home directory. Toronto  
the file wikibackup_yymmdd.sql in the root home directory. Toronto  
Math department backups will then backup the database backup file.
Math department backups will then backup the database backup file.

Revision as of 20:48, 14 August 2006

As root on tosio.math.toronto.edu execute

[root@tosio ~]# mysqldump -uroot -p wiki > wikibackup_yymmdd.sql

Enter root password.

The wiki databass will then be dumped into the file wikibackup_yymmdd.sql in the root home directory. Toronto Math department backups will then backup the database backup file.