summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/backup-data.nochroot11
1 files changed, 11 insertions, 0 deletions
diff --git a/scripts/backup-data.nochroot b/scripts/backup-data.nochroot
new file mode 100644
index 0000000..5f993e0
--- /dev/null
+++ b/scripts/backup-data.nochroot
@@ -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'