diff options
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" | 
