From 29d65a90b4da76e11dcfe89cc03e2099c71b13e2 Mon Sep 17 00:00:00 2001 From: pschoeps Date: Wed, 19 Mar 2014 11:13:00 +0100 Subject: [PATCH] ori start --- bericht/abschluss.tex | 1 + bericht/ori/ori-con.tex | 1 + bericht/ori/ori-function.tex | 1 + bericht/ori/ori-grafting.tex | 1 + bericht/ori/ori-task.tex | 8 ++++++++ bericht/ori/ori-ver.tex | 7 +++++++ bericht/ori/ori.tex | 7 +++++++ 7 files changed, 26 insertions(+) create mode 100644 bericht/ori/ori-con.tex create mode 100644 bericht/ori/ori-function.tex create mode 100644 bericht/ori/ori-grafting.tex create mode 100644 bericht/ori/ori-task.tex create mode 100644 bericht/ori/ori-ver.tex create mode 100644 bericht/ori/ori.tex diff --git a/bericht/abschluss.tex b/bericht/abschluss.tex index 46f7f84..4931d0d 100644 --- a/bericht/abschluss.tex +++ b/bericht/abschluss.tex @@ -2,3 +2,4 @@ \input{nftables/nftables} \input{chef/chef} +\input{ori/ori} diff --git a/bericht/ori/ori-con.tex b/bericht/ori/ori-con.tex new file mode 100644 index 0000000..5861b32 --- /dev/null +++ b/bericht/ori/ori-con.tex @@ -0,0 +1 @@ +\subsubsection{Fazit} \ No newline at end of file diff --git a/bericht/ori/ori-function.tex b/bericht/ori/ori-function.tex new file mode 100644 index 0000000..8d489d7 --- /dev/null +++ b/bericht/ori/ori-function.tex @@ -0,0 +1 @@ +\subsubsection{Funktionsweise} \ No newline at end of file diff --git a/bericht/ori/ori-grafting.tex b/bericht/ori/ori-grafting.tex new file mode 100644 index 0000000..7337f7d --- /dev/null +++ b/bericht/ori/ori-grafting.tex @@ -0,0 +1 @@ +\subsubsection{Grafting} \ No newline at end of file diff --git a/bericht/ori/ori-task.tex b/bericht/ori/ori-task.tex new file mode 100644 index 0000000..82b62cd --- /dev/null +++ b/bericht/ori/ori-task.tex @@ -0,0 +1,8 @@ +\subsubsection{Aufgabenstellung} +\label{ssub:aufgabenstellung} + +\begin{itemize} +\item Analysieren Sie die Funktionsweise von Ori und beschreiben Sie den Funktionsumfang +\item Erklären Sie das Prinzip >>Grafting<< +\item Vergleichen Sie Ori mit Cloud-Speicherdiensten, verteilten Dateisystemen und verteilten Versionskontrollsystemen +\end{itemize} \ No newline at end of file diff --git a/bericht/ori/ori-ver.tex b/bericht/ori/ori-ver.tex new file mode 100644 index 0000000..05c157c --- /dev/null +++ b/bericht/ori/ori-ver.tex @@ -0,0 +1,7 @@ +\subsubsection{Vergleiche} + +\paragraph{Dropbox} + +\paragraph{GlusterFS} + +\paragraph{Git} \ No newline at end of file diff --git a/bericht/ori/ori.tex b/bericht/ori/ori.tex new file mode 100644 index 0000000..392c0ab --- /dev/null +++ b/bericht/ori/ori.tex @@ -0,0 +1,7 @@ +\subsection{Ori als Dropbox-Ersatz} + +\input{ori/ori-task} +\input{ori/ori-function} +\input{ori/ori-grafting} +\input{ori/ori-ver} +\input{ori/ori-con} \ No newline at end of file