Help:Wiki Backup
From Mech
Jump to navigationJump to searchYou need to backup two things in order to restore the wiki:
- The wiki mysql database
- The images folder
Backing up the MySQL Database
- Open SSH Secure Shell
- Login to the Hades server (see administrator)
- Type:
mysqldump -h fred.tech.northwestern.edu -u [USERNAME] -p [PASSWORD] -B mewiki > mewiki.sql
- Zip the database file:
gzip mewiki.sql
- FTP to the directory containing the mewiki.sql.gz file and download to a safe place
Backing up the Images Folder
- Navigate to the wiki directory (./wiki)
- Tar the images folder:
tar -cf images.tar images
- Zip the file:
gzip images.tar
- FTP download the file images.tar.gz to a safe place.