8.5 Backing Up the iFolder Server

  1. Find and note down the Simias Data Store(s)

    You can find the default location of the Simias store directory under Data Store section inthe Server Details page of the Web Admin console and additional data stores if configured. For more information on this, see Step 8 and Enable or Disable Data Store:.

  2. Open a terminal console, login as root or root equivalent user, and enter the following command to stop the iFolder server.

    /etc/init.d/apache2 stop
    
  3. Stop the iFolder mono process if running.

    pkill mono
    
  4. Use your normal file system backup procedures to back up all the Data Stores.

  5. Start the iFolder server by entering the following command as root user:

    /etc/init.d/apache2 start