centos7 建立bacula備份軟體

2021-09-02 10:55:17 字數 1282 閱讀 6598

重要命令 用於查錯 bacula-dir -v -f bacula-dir.conf

bacula-fd.exe -t bacula-fd.conf

安裝lnmp一鍵包 注意:php要5.6以上,所有選7就好。資料庫也選新點版本

tar -zxvf lnmp.....

cd lnmp.....

./install.sh

yum install mysql-devel 這個要單獨安裝

yum install perl-dbd-mysql

預先建好的目錄,並將軟體下載到這個目錄

cd /home/soft  

tar -zxvf bacula-9.2.2.tar.gz

cd /home/soft/bacula-9.2.2/

./configure --with-mysql

make && make install

設定開機自啟動

cd /home/soft/bacula-9.2.2/

make install-autostart

檢查生成的三個檔案,有就ok

ls /etc/init.d/|grep bacula

bacula-dir

bacula-fd

bacula-sd

以下在/etc/bacula.//目錄下

建立資料庫bacula使用者許可權

./grant_mysql_privileges -p

執行下列命令,建立bacula 資料庫,這裡密碼如為空,直接按enter鍵即可

./create_mysql_database -p

建立bacula使用的表,這裡密碼設為空,直接按enter鍵即可

./make_mysql_tables -p

先備份配置檔案

cd /etc/bacula

cp bacula-dir.conf bacula-dir.conf.bak

cp bacula-sd.conf bacula-sd.conf.bak

cp bacula-fd.conf bacula-fd.conf.bak

cp bconsole.conf bconsole.conf.bak

安裝webmin

cd /home/soft

tar -zxvf webmin-1.900.tar.gz

cd webmin

./setup.sh

預設next

webmin 預設是需要手工啟動的

cd ./etc/webmin

./start

centos7中建立使用者

需求 在centos7系統中建立乙個使用者,並賦予sudo許可權 一 建立使用者名為 test root localhost adduser test為該使用者建立密碼 二 授權 個人使用者的許可權只可以在本home下有完整許可權,其他目錄要看別人授權。而經常需要root使用者的許可權,這時候sud...

Centos7安裝Miniconda,建立虛擬環境

指定目錄 據情況而定 niub minconda 輸入 wget 執行 bash miniconda3 latest linux x86 64.sh 輸入yes,continue,然後輸入conda,進行安裝 配置conda環境變數 source root bashrc 退出環境 conda dea...

Centos7下批量建立使用者

bin bash this shell is use to bachusers if 1 then echo usage root batchusers elif f 1 then for line in cat 1 doname echo line cut d f1 useradd s bin b...