[go: up one dir, main page]

Menu

[0ec8fa]: / TREC / checkpoint  Maximize  Restore  History

Download this file

9 lines (8 with data), 157 Bytes

#!/bin/sh
. ./share/dbacl/TREC/OPTIONS

if [ -n "$1" ]; then
	cp -fpr ./db "./check-$1"
	exit 0
fi
echo "checkpoint $1 command failed" >> ./stderr.log
exit 1