Changes

Jump to: navigation, search

stoney backup: prov-backup-rsnapshot

651 bytes added, 12:14, 26 June 2014
/* Overview */
= Overview =
This pages contains all necessary information one needs to know about the prov-backup-rsnapshot daemon. This daemon provisions the stoney backup account according to what was requested in the selfcare web interface. Changes performed on the web interface (for example creating a new stoney backup account) will be written to the LDAP directory. The changes in the LDAP directory are spotted by the prov-backup-rsnapshot daemon which then can set up the appropriate action (for example creating directories and setting quota values for the new stoney backup account) and change the LDAP again. This change in the LDAP will then be visible in the web interface. Like that the user can see, that the new stoney backup account it requested is now ready to use.
 
= Source Code =
The source code is located in our GitHub Repository:
 
https://github.com/stepping-stone/prov-backup-rsnapshot
 
== Exit Codes ==
The following list defines the return codes and their meaning for the ...:
<pre>
use constant
{
SUCCESS => 0,
UNDEFINED_ERROR => 1,
USER_NOT_PRESENT_IN_BACKEND => 2,
PERL_VERSION_NOT_STATISFIED => 3,
CANNOT_CHECK_HOME_DIR_PRESENCE => 4,
CANNOT_CREATE_HOME_DIR => 5,
CANNOT_SET_QUOTA => 6,
CANNOT_CREATE_RSNAPSHOT_CONFIGURATION => 7,
};
</pre>
= Configuration =
486
edits