Gluu Server Backup#
The method of backing up Gluu Server CE is given below:
- Tarball Method: using
tar
command to tarball the entire Gluu Server CEchroot
folder
Tarball Method#
-
Stop the server using below command
# service gluu-server-3.1.1 stop
-
use tar command to take a backup
# tar cvf gluu301-backup.tar /opt/gluu-server-3.1.1/
-
Start the server again
# service gluu-server-3.1.1 start