<liclass="toctree-l3"><aclass="reference internal"href="#configuring-the-name-of-the-debian-server">Configuring the name of the Debian server</a></li>
<liclass="toctree-l3"><aclass="reference internal"href="#configuring-the-ip-address-of-the-debian-server">Configuring the IP address of the Debian server</a></li>
<liclass="toctree-l3"><aclass="reference internal"href="#installing-the-tisbackup-server-on-debian-linux">Installing the TISBackup server on Debian Linux</a></li>
<liclass="toctree-l3"><aclass="reference internal"href="#launching-the-backup-scheduled-task">Launching the backup scheduled task</a></li>
<liclass="toctree-l3"><aclass="reference internal"href="#generating-the-public-and-private-certificates">Generating the public and private certificates</a></li>
</ul>
</li>
<liclass="toctree-l2"><aclass="reference internal"href="#setting-up-the-graphical-user-interface-for-the-tisbackup-server">Setting up the graphical user interface for the TISBackup server</a></li>
</ul>
</li>
<liclass="toctree-l1"><aclass="reference internal"href="configuring_tisbackup.html">Configuring the backup jobs</a></li>
<h1>Installing and configuring TISBackup on Debian<aclass="headerlink"href="#installing-and-configuring-tisbackup-on-debian"title="Permalink to this headline">¶</a></h1>
<spanid="base-debian-server-install"></span><h2>Setting up the GNU/Linux Debian server<aclass="headerlink"href="#setting-up-the-gnu-linux-debian-server"title="Permalink to this headline">¶</a></h2>
<p>In order to install a fresh Debian Linux 10 <em>Buster</em> (physical or virtual)
<h3>Configuring the name of the Debian server<aclass="headerlink"href="#configuring-the-name-of-the-debian-server"title="Permalink to this headline">¶</a></h3>
<divclass="admonition hint">
<pclass="admonition-title">Hint</p>
<p>The short name of the future TISBackup server must not be longer
than <strong>15 characters</strong> (the limit is due to <em>sAMAccountName</em> restriction
in Active Directory).</p>
</div>
<p>The name of the TISBackup server must be a <abbrtitle="Fully Qualified Domain Name">FQDN</abbr>,
that is to say it has both the server name and the DNS suffix.</p>
<ulclass="simple">
<li><p>modify the <codeclass="file docutils literal notranslate"><spanclass="pre">/etc/hostname</span></code> file and write the FQDN of the server;</p></li>
</ul>
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span><spanclass="c1"># /etc/hostname of the TISBackup server</span>
srvbackup.mydomain.lan
</pre></div>
</div>
<ulclass="simple">
<li><p>configure the <codeclass="file docutils literal notranslate"><spanclass="pre">/etc/hosts</span></code> file, be sure to put both the FQDN
and the short name of the server;</p></li>
</ul>
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span><spanclass="c1"># /etc/hosts of the server</span>
<h3>Configuring the IP address of the Debian server<aclass="headerlink"href="#configuring-the-ip-address-of-the-debian-server"title="Permalink to this headline">¶</a></h3>
<ulclass="simple">
<li><p>configure the IP address of the Debian Server
in the <codeclass="file docutils literal notranslate"><spanclass="pre">/etc/network/interfaces</span></code>;</p></li>
</ul>
<divclass="highlight-bash notranslate"><divclass="highlight"><pre><span></span><spanclass="c1"># /etc/network/interfaces of the Debian server</span>
auto eth0
iface eth0 inet static
address <spanclass="m">10</span>.0.0.10
netmask <spanclass="m">255</span>.255.255.0
gateway <spanclass="m">10</span>.0.0.254
</pre></div>
</div>
<ulclass="simple">
<li><p>apply the network configuration by rebooting the machine
with a <codeclass="code docutils literal notranslate"><spanclass="pre">reboot</span></code>;</p></li>
<li><p>if it has not already been done, create the DNS entry for the Server
in the Organization’s Active Directory;</p></li>
<li><p>after reboot, configure the system language in English in order to have
non-localized logs for easier searching of common errors;</p></li>
<p><aclass="reference internal"href="_images/clapping-hands-microsoft.png"><imgalt="Clapping hands"src="_images/clapping-hands-microsoft.png"style="width: 36.0px; height: 36.0px;"/></a> The Debian server is now ready. You may now go on to the next step
and <aclass="reference internal"href="#install-tisbackup-debian"><spanclass="std std-ref">install TISBackup on your Debian</span></a>.</p>
<spanid="install-tisbackup-debian"></span><h3>Installing the TISBackup server on Debian Linux<aclass="headerlink"href="#installing-the-tisbackup-server-on-debian-linux"title="Permalink to this headline">¶</a></h3>
<li><p>retrieve the git sources from <aclass="reference external"href="https://github.com/tranquilit/TISbackup">https://github.com/tranquilit/TISbackup</a>
and place them in the <codeclass="file docutils literal notranslate"><spanclass="pre">/opt</span></code> folder on your server:</p>
<h3>Generating the public and private certificates<aclass="headerlink"href="#generating-the-public-and-private-certificates"title="Permalink to this headline">¶</a></h3>
<li><p>press <kbdclass="kbd docutils literal notranslate">Enter</kbd> for each one of the steps;</p></li>
</ul>
<p><aclass="reference internal"href="_images/clapping-hands-microsoft.png"><imgalt="Clapping hands"src="_images/clapping-hands-microsoft.png"style="width: 36.0px; height: 36.0px;"/></a> You may now go on to the next step
and <aclass="reference internal"href="configuring_tisbackup.html#configuring-backup-jobs"><spanclass="std std-ref">configure the backup jobs for your TISBackup</span></a>.</p>
<h2>Setting up the graphical user interface for the TISBackup server<aclass="headerlink"href="#setting-up-the-graphical-user-interface-for-the-tisbackup-server"title="Permalink to this headline">¶</a></h2>