Changes

stoney backup: prov-backup-rsnapshot

624 bytes removed, 15:27, 24 December 2013
/* ToDos */
= 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 [[prov-backup-rsnapshot#Configuration]]) 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>
= Configuration =
SLB, editor, reviewer
3,368
edits