Skip to content

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 CE chroot folder

Tarball Method#

  1. Stop the server using below command

    # service gluu-server-3.0.2 stop

  2. use tar command to take a backup

    # tar cvf gluu301-backup.tar /opt/gluu-server-3.0.2/

  3. Start the server again

    # service gluu-server-3.0.2 start