summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/LinHES-system/bin/backupcommon
diff options
context:
space:
mode:
authorCecil Hugh Watson <knoppmyth@gmail.com>2009-02-28 05:18:54 (GMT)
committerCecil Hugh Watson <knoppmyth@gmail.com>2009-02-28 05:18:54 (GMT)
commited69836be7b1bc2d484b6d775d9495ae51b36bae (patch)
tree138cee744a20946f42c40fc3e344ab45ff2c0efc /abs/core-testing/LinHES-system/bin/backupcommon
parentf8ed07d415ace905fe7bf99717c53275e04a42be (diff)
parente42bd847fc96c103b7e2d958b77339a6ae4cf310 (diff)
downloadlinhes_pkgbuild-ed69836be7b1bc2d484b6d775d9495ae51b36bae.zip
linhes_pkgbuild-ed69836be7b1bc2d484b6d775d9495ae51b36bae.tar.gz
linhes_pkgbuild-ed69836be7b1bc2d484b6d775d9495ae51b36bae.tar.bz2
Merge branch 'HEAD' of ssh://cesman@knoppmyth.net/mount/repository/LinHES-PKGBUILD
Diffstat (limited to 'abs/core-testing/LinHES-system/bin/backupcommon')
-rw-r--r--abs/core-testing/LinHES-system/bin/backupcommon3
1 files changed, 3 insertions, 0 deletions
diff --git a/abs/core-testing/LinHES-system/bin/backupcommon b/abs/core-testing/LinHES-system/bin/backupcommon
index 39a62e9..3491b2a 100644
--- a/abs/core-testing/LinHES-system/bin/backupcommon
+++ b/abs/core-testing/LinHES-system/bin/backupcommon
@@ -5,6 +5,9 @@
exit 1
}
+# You need to be root at least via sudo for the backup utilities to work.
+must_be_root
+
#----------------------------------------------------------------------------
DATABASE="mythconverg"
DATABASE_DIR="/data/srv/mysql/$DATABASE"