Comega 7 Bt

Informatika, egyszerűen? Nos, a mi számunkra mindenképpen. A Te számodra inkább láthatatlanul. Mert a jó informatikai rendszer teszi a dolgát. Végrehajtja, amit a felhasználók szeretnének, nem pedig feladatot ad. Vágyálom? Nem feltétlenül. Mi segíthetünk abban, hogy nálad mindez valóra váljon.

Dolgozhatunk együtt?

info@comega7.hu

Telepítés

  • Bolemányi Attila

Először is töltsük le és tömörítsük ki a programot az alábbi módon:

cd /tmp
mkdir automysqlbackup
wget http://sourceforge.net/projects/automysqlbackup/files/AutoMySQLBackup/AutoMySQLBackup%20VER%203.0/automysqlbackup-v3.0_rc6.tar.gz/download -O automysqlbackup-v3.0_rc6.tar.gz
tar -xzvf ./automysqlbackup-v3.0_rc6.tar.gz -C ./automysqlbackup
cd automysqlbackup

A mappa az alábbi fájlokat tartalmazza:

drwxr-xr-x 2 root root  4096 Dec 21 11:52 .
drwxrwxrwt 9 root root  4096 Dec 21 11:52 ..
-rwx------ 1 root root 89097 Dec  3  2011 automysqlbackup
-rw------- 1 root root 11858 Nov 21  2011 automysqlbackup.conf
-rw------- 1 root root  9221 Nov 24  2011 CHANGELOG
-rwx------ 1 root root 21028 Dec  3  2011 install.sh
-rw------- 1 root root 18091 Aug 29  2011 LICENSE
-rw------- 1 root root  7016 Nov 19  2011 README

A README fájl tartalmaz minden szükséges információt a telepítésre vonatkozóan, így érdemes elolvasni. Ennek alapján a telepítés az alábbi lépésekből áll:

  1. Lefuttatjuk az install.sh szkriptet
  2. Testreszabjuk a /etc/automysqlbackup/myserver.conf fájlt
  3. Kipróbáljuk a mentés folyamatát
  4. A Cron szolgáltatás segítségével beütemezzük a szkript futását
  5. Örülünk...

Futtassuk le az install szkriptet:

/tmp/automysqlbackup/install.sh

A telepítés az alábbiak szerint történik:

### Checking archive files for existence, readability and integrity.
automysqlbackup ... exists and is readable ... md5sum okay :)
automysqlbackup.conf ... exists and is readable ... md5sum okay :)
README ... exists and is readable ... md5sum okay :)
LICENSE ... exists and is readable ... md5sum okay :)

Select the global configuration directory [/etc/automysqlbackup]:
Select directory for the executable [/usr/local/bin]:
### Creating global configuration directory /etc/automysqlbackup:

success

### Copying files.

if you are running automysqlbackup under the same user as you run this install script,
you should be able to access it by running 'automysqlbackup' from the command line.
if not, you have to check if 'echo $PATH' has /usr/local/bin in it

Setup Complete!