Enhanced output with new features of sequencer
This commit is contained in:
@@ -30,7 +30,10 @@ step_30() {
|
||||
exep "cd \"${PIWI_DIR}\"/.. && tar czf \"${PIWI_BU_DIR}/\`date +%Y%m%d\`_${toolName}_web.tar.gz\" --exclude=\"${toolName}/network/*\" --exclude=\"${toolName}/_data/i/*\" \"$(basename "$PIWI_DIR")\""
|
||||
}
|
||||
|
||||
step_31_info() { echo "Backup ${toolName} database [daily|monthly(default)]"; }
|
||||
step_31_info() {
|
||||
echoinfoArgs "[daily|monthly(default]"
|
||||
echo "Backup ${toolName} database"
|
||||
}
|
||||
step_31_alias() { ALIAS="backupdb"; }
|
||||
step_31() {
|
||||
case "$2" in
|
||||
@@ -45,5 +48,5 @@ step_31() {
|
||||
esac
|
||||
}
|
||||
|
||||
VERSION_SEQREV=12
|
||||
VERSION_SEQREV=14
|
||||
. /usr/local/bin/sequencer.sh
|
||||
|
Reference in New Issue
Block a user