diff options
| author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-28 05:18:54 (GMT) | 
|---|---|---|
| committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-02-28 05:18:54 (GMT) | 
| commit | ed69836be7b1bc2d484b6d775d9495ae51b36bae (patch) | |
| tree | 138cee744a20946f42c40fc3e344ab45ff2c0efc /abs/core-testing/LinHES-system/bin/backupcommon | |
| parent | f8ed07d415ace905fe7bf99717c53275e04a42be (diff) | |
| parent | e42bd847fc96c103b7e2d958b77339a6ae4cf310 (diff) | |
| download | linhes_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/backupcommon | 3 | 
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" | 
