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:
- Lefuttatjuk az install.sh szkriptet
- Testreszabjuk a /etc/automysqlbackup/myserver.conf fájlt
- Kipróbáljuk a mentés folyamatát
- A Cron szolgáltatás segítségével beütemezzük a szkript futását
- Ö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!