Changes

Jump to: navigation, search

stoney backup: prov-backup-rsnapshot

589 bytes added, 15:38, 19 August 2013
/* Overview */
= Overview =
This pages contains all necessary information one needs to know about the prov-backup-rsnapshot daemon.
 
= ToDos =
The daemon calls a script which is configurable (see [[]]) to create the chroot environment. Currently this script only creates the home directory for the user. In future this script should create the whole chroot environment. The script must be executable: <script>/path/to/script.sh<script> must execute the script. The deamon reacts according to the exit code of the script:
* 0: everything is OK, daemon continues
* > 0: there was an error, daemon does not continue
So the script must have something like:
<source lang="bash">
if error then;
exit 1
fi;
 
exit 0
</source>
= Communication with LDAP =
486
edits