#!/bin/sh
# Copyright (C) 2000-2014 Synology Inc. All rights reserved.

#FIXME: Backup framework is not ready for this assignment
OVERWRITE=1

# restore db
exec /usr/bin/php -d open_basedir="" "$(dirname "$0")"/bkpcommon importdb "$SYNOPKG_BKP_INPUT" "$SYNOPKG_BKP_OUTPUT_PATH" $OVERWRITE
