add backup-data script for Mobile 78/135878/3 accepted/tizen/unified/20170725.173952 submit/tizen/20170724.095735 submit/tizen/20170724.121557 submit/tizen/20170725.021117
authorMyoungJune Park <mj2004.park@samsung.com>
Tue, 27 Jun 2017 07:17:48 +0000 (16:17 +0900)
committerHyungGi Lee <hyunggi.lee@samsung.com>
Mon, 24 Jul 2017 09:56:30 +0000 (09:56 +0000)
Change-Id: I421c2c6cae21cd4f48250159f26e18bd49d43e98

scripts/backup-data.nochroot [new file with mode: 0644]

diff --git a/scripts/backup-data.nochroot b/scripts/backup-data.nochroot
new file mode 100644 (file)
index 0000000..5f993e0
--- /dev/null
@@ -0,0 +1,11 @@
+date +'[%m/%d %H:%M:%S %Z] backup-data.nochroot nochroot post script - start'
+
+if [ -e $INSTALL_ROOT/usr/bin/build-backup-data.sh ]; then
+    $INSTALL_ROOT/usr/bin/build-backup-data.sh
+fi
+
+#if [ -e $INSTALL_ROOT/usr/bin/build-rw-info.sh ]; then
+#    $INSTALL_ROOT/usr/bin/build-rw-info.sh
+#fi
+
+date +'[%m/%d %H:%M:%S %Z] backup-data.nochroot nochroot post script - end'