Difference between revisions of "stoney backup: Server set-up"
From stoney cloud
[unchecked revision] | [unchecked revision] |
(→Introduction) |
(→Data Organisation) |
||
Line 4: | Line 4: | ||
= Data Organisation = | = Data Organisation = | ||
The following chapters explain the data organisation of the stoney cloud OpenLDAP directory, in this case we looking at the backup service. | The following chapters explain the data organisation of the stoney cloud OpenLDAP directory, in this case we looking at the backup service. | ||
+ | |||
+ | |||
+ | == 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 == | ||
+ | [[OpenLDAP_without_Servers|OpenLDAP without Servers]] | ||
+ | |||
+ | == 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 = | ||
+ | |||
[[Category:Services]] | [[Category:Services]] |
Revision as of 13:50, 26 July 2013
Contents
Abstract
This document describes server setup for the stoney cloud (Online) Backup service, built upon the Gentoo Linux distribution.
Data Organisation
The following chapters explain the data organisation of the stoney cloud OpenLDAP directory, in this case we looking at the backup service.
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
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
...