Popularity
5.3
Growing
Activity
3.2
-
1,032
86
211

Programming language: PHP
License: GNU General Public License v3.0 only
Tags: Cloning    
Latest version: v1.5.9

Fog alternatives and similar tools

Based on the "Cloning" category.
Alternatively, view Fog alternatives based on common mentions on social networks and blogs.

  • Clonezilla

    Clonezilla is a partition or disk clone tool similar to Norton Ghost®. It saves and restores only used blocks in hard drive. Two types of Clonezilla are available, Clonezilla live and Clonezilla SE (Server Edition).
  • Redo Backup

    Easy Backup, Recovery and Restore.

Do you think we are missing an alternative of Fog or a related project?

Add another 'Cloning' Tool

README

FOGProject starting point

Introduction

FOG is a free open-source cloning/imaging solution/rescue suite. FOG can be used to image Windows XP, Vista, Windows 7, Window 8, and Windows 10 PCs using PXE, PartClone, and a Web GUI to tie it together. Includes features like memory and disk test, disk wipe, av scan, task scheduling, inventory management, and remote installation of software packages. Features can be triggered remotely from the web GUI, once the machine has been registered.

Install stable version

  1. Install and update your chosen linux server

  2. Download the file(s)

  • All that is needed to start installation is to download the files to perform the install. Choose one of the following methods you prefer;

    • ZIP archive wget https://github.com/FOGProject/fogproject/archive/master.zip; unzip master.zip
    • TAR/GZ archive wget https://github.com/FOGProject/fogproject/archive/master.tar.gz; tar xzf master.tar.gz
    • git git clone https://github.com/fogproject/fogproject.git fogproject-master
  1. Run the install script as root and follow all prompts accordingly
sudo -i
cd /path/to/fogproject-master/bin
./installfog.sh
  1. Enjoy

Install latest development version

  1. Install and update your chosen linux server

  2. Download the file(s)

  • All that is needed to start the installation is to download the files to perform the install. Choose one of the following methods you prefer;

    • git git clone https://github.com/fogproject/fogproject.git fogproject-dev-branch; cd fogproject-dev-branch; git checkout dev-branch (recommended if you want to keep up with current developments!
    • ZIP archive wget https://github.com/FOGProject/fogproject/archive/dev-branch.zip; unzip dev-branch.zip
    • TAR/GZ archive wget https://github.com/FOGProject/fogproject/archive/dev-branch.tar.gz; tar xzf dev-branch.tar.gz
  1. Run the install script as root and follow all prompts accordingly
sudo -i
cd /path/to/fogproject-dev-branch/bin
./installfog.sh
  1. Enjoy

All should now be installed and you can start configuring and registering systems. Please see: http://fogproject.org/wiki/index.php/Managing_FOG to assist you in setting up further.

There are many resources for assistance.

Development

Download the source with git and checkout the branch dev-branch for the latest code or a more specific feature branch you would like to help work on.

As you are running a development branch, please post bugs to either:

If you would like to create a pull request, please make the pull request into the dev-branch branch.