DispersiveWiki:Backups: Difference between revisions
From DispersiveWiki
Jump to navigationJump to search
No edit summary |
m (Backups moved to DispersiveWiki:Backups) |
||
(2 intermediate revisions by 2 users not shown) | |||
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 | |||
Enter root password. | |||
The wiki database 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. | ||
[[Category:Administration]] |
Latest revision as of 23:46, 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 database 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.