diff options
author | MyoungJune Park <mj2004.park@samsung.com> | 2017-06-27 16:17:48 +0900 |
---|---|---|
committer | MyoungJune Park <mj2004.park@samsung.com> | 2017-11-02 20:56:54 +0900 |
commit | 54a6827b02f1a24dcd4c34cb9ac4c9c5edd38794 (patch) | |
tree | 02b10472c2d3a9218b3c5b0eec0ec0d78e3653c0 | |
parent | a827e0ebb718cda7c3499ab43a8538bda00a8533 (diff) | |
download | meta-54a6827b02f1a24dcd4c34cb9ac4c9c5edd38794.tar.gz meta-54a6827b02f1a24dcd4c34cb9ac4c9c5edd38794.tar.bz2 meta-54a6827b02f1a24dcd4c34cb9ac4c9c5edd38794.zip |
add backup-data script for Common
cherry picked from
- https://review.tizen.org/gerrit/#/c/135878/3
Change-Id: I421c2c6cae21cd4f48250159f26e18bd49d43e98
Signed-off-by: MyoungJune Park <mj2004.park@samsung.com>
-rw-r--r-- | scripts/backup-data.nochroot | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/backup-data.nochroot b/scripts/backup-data.nochroot new file mode 100644 index 0000000..189c7d6 --- /dev/null +++ b/scripts/backup-data.nochroot @@ -0,0 +1,7 @@ +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 + +date +'[%m/%d %H:%M:%S %Z] backup-data.nochroot nochroot post script - end' |