Changes

Jump to: navigation, search

stoney backup: prov-backup-rsnapshot

651 bytes removed, 12:14, 26 June 2014
/* Source Code */
...
</source>
 
= 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>
= Testing =
486
edits