Difference between revisions of "stoney backup: Server set-up"

From stoney cloud
Jump to: navigation, search
[unchecked revision][unchecked revision]
(Requirements)
(Data Organisation)
Line 2: Line 2:
 
This document describes server setup for the stoney cloud (Online) Backup service, built upon the [http://www.gentoo.org/ Gentoo] Linux distribution.
 
This document describes server setup for the stoney cloud (Online) Backup service, built upon the [http://www.gentoo.org/ Gentoo] Linux distribution.
  
= Data Organisation =
+
= Overview =
The following chapters explain the data organisation of the stoney cloud OpenLDAP directory, in this case we looking at the backup service.
+
After working through this documentation, you will be able to set up and configure your own (Online) Backup service server.
 
+
 
+
== Overview ==
+
After working through this HowTo, you will be able to setup your own Online Backup Server.
+
* sftp/scp/ssh (OpenSSH)
+
The snapshot functionality is executed on the filer.
+
  
 
== Requirements ==
 
== Requirements ==

Revision as of 14:52, 26 July 2013

Abstract

This document describes server setup for the stoney cloud (Online) Backup service, built upon the Gentoo Linux distribution.

Overview

After working through this documentation, you will be able to set up and configure your own (Online) Backup service server.

Requirements

A working stoney cloud installation.

USE-Flages

For a full OpenLDAP directory installation:

echo "net-nds/openldap overlays perl sasl" >> /etc/portage/package.use

For a minimal OpenLDAP directory installation (just the necessary tools):

echo "sys-auth/nss-pam-ldapd sasl" >> /etc/portage/package.use
echo "sys-auth/nss-pam-ldapd ~amd64" >> /etc/portage/package.keywords
echo "net-nds/openldap ~amd64" >> /etc/portage/package.keywords

Emerge

emerge --ask --verbose --getbinpkg --usepkg nss-pam-ldapd
emerge --ask --verbose --getbinpkg --usepkg  rsnapshot

Configure rsnapshot

...

Links