Correct urbackupsrv path

This commit is contained in:
Martin 2016-12-15 13:44:12 +01:00
parent 90be1ac887
commit f930d4fb8b

View File

@ -124,7 +124,7 @@ Baring details on \url{http://urbackup.org/download.html} you need to compile th
\item Install the dependencies. Those are gcc, g++, make, libcrypto++ and libcurl (as development versions).
\item Compile and install the server via \textsl{./configure}, \textsl{make} and \textsl{make install}.
\item Run the server with \textsl{urbackupsrv run}.
\item Add \textsl{/usr/sbin/urbackupsrv run --daemon} to your \textsl{/etc/rc.local} to start the UrBackup server on server start-up.
\item Add \textsl{/usr/bin/urbackupsrv run --daemon} to your \textsl{/etc/rc.local} to start the UrBackup server on server start-up.
\end{itemize}
\noindent See section \ref{gnu_linux_installation_hints} for further installation hints for GNU/Linux systems and \ref{os_independent_installation_steps} for operating system independent installation steps.