Bacula is an open-source cross-platform network backup tool that provides an enterprise-class CS-based backup solution. You can back up, restore, and verify data integrity.Features: Full backup, Incremental backup, and differential backu
Bacula is an open source Cross-platform network Backup tool that provides a backup solution based on an enterprise-class CS system. Data can be backed up, restored, and verified for integrity.
function characteristic:
Supports full backups, incremental backups, differential backups.
Supports multiple recovery methods
Support for
Installing BaculaSeveral network backup topologies for 1 BaculaThe previous article describes the Bacula has 5 components, in the actual application, there is no need to put 5 parts on different servers, some parts of them can be merged, the common Bacula deployment structure is as follows:Director and SD and console on one machine, while client FD on another mac
First, what is Bacula?
Bacula is an open source Cross-platform network Backup tool that provides a backup recovery solution based on an enterprise-class client/server that enables system administrators to back up, restore, and integrity verify data, while providing many advanced storage management features, Makes it e
{#job的作用是定义一个备份任务. Some of the parameters are like differential backups, backup cycles, logs, etc. name= "7.17" Type = Backup level = Incremental Client = 7.17 Fileset = "7.17" Schedule = "Week Lycycle "Storage = file Messages = Standard Pool = File Priority = Ten Write Bootstrap ="/opt/bacula/var/bacula/worki NG/%C.BS
Configure the Bacula backup system, in fact, is the director-side configuration file bacula-dir.conf, SD profile bacula-sd.conf, The client FD Profile bacula-fd.conf and the console-side configuration file bconsole.conf are configured.
According to the above installation de
I. Overview of bacula
1. bacula ComponentsBacula is known as the best backup and restoration software in open-source software. It provides a backup solution for enterprise-level clients/servers, allowing you to manage file backup, recovery, and verification over the network.
Several network backup topologies of Bacula
The previous article introduced the Bacula has 5 components, in the actual application, does not need to place 5 parts on the different server, some parts of them can be merged, the common Bacula deployment structure has the following several kinds:
1 Director and SD and co
combination of mirroring and file backup to complete the data security and rapid recovery. A disk volume backup can use a bootable CD or USB drive to recover your files (hard recovery) through the Web interface or Windows Explorer. A WEB interface makes it easy to configure your own backup services. Operating system: Supports Linux,freebsd,unix,windows and a h
One, example demo Bacula full backup function
1. Create a volume group
Perform the following command to connect to the Bacula control and perform a backup restore operation:
[root@baculaserver opt]#/opt/bacula/sbin/bconsole
connecting to Director 192.168.12.188:9101
Instance method for mysql automatic incremental backup (local backup and remote backup) bitsCN.com
1. local backupCompile an automatic backup script:Vim/var/lib/mysql/autobakThe content is as follows:Cd/data/home/mysqlbakRq = 'date + % Y % m % d'/Usr/local/mysql/bin/mysqldum
1. Local backupCompile an automatic backup script:Vim/var/lib/mysql/autobakThe content is as follows:Copy codeThe Code is as follows:Cd/data/home/mysqlbakRq = 'date + % Y % m % d'/Usr/local/mysql/bin/mysqldump sqldb -- flush-logs-uroot-p123456 -- opt> 777city _ $ rq. SQLSave and exit.
Chmod-777/var/lib/mysql/autobak
Crontab-e00 00 ***/var/lib/mysql/autobakThe autobak script is automatically executed every morning./Etc/init. d/crontab restart
Manually
1. Local backupCompile an automatic backup script:Vim/var/lib/mysql/autobakThe content is as follows:
Copy codeThe Code is as follows: cd/data/home/mysqlbak
Rq = 'date + % Y % m % d'
/Usr/local/mysql/bin/mysqldump sqldb -- flush-logs-uroot-p123456 -- opt> 777city _ $ rq. SQL
Save and exit.
Chmod-777/var/lib/mysql/autobak
Crontab-e00 00 ***/var/lib/mysql/autobakThe autobak script is automatically executed every morning./Etc/init. d/crontab restart
Manu
MYSQL database automatic local remote dual-backup MYSQL incremental backup to build a high-security E-commerce website (automatic local/remote dual-backup of website files and databases) architecture diagram
We will continue to introduce the e-commerce system architecture
Tags: mysql automatic hot standbyPros: Hot backup, no impact on business, incremental backup, remote backup.Purpose: Automatically package backup to remote 10.0.0.111 backup serverPremise:1. Installing XtrabackupYum Install http:/
The Backup Exec Remote Agent is suspended when it is started on a remote server. The System Event Log On the remote server lists event ID: 7022, which is described: the Backup Exec Remote Agent for Windows Servers service hung on
database task schedule backup after the setup is finished.2. Remote database backup: Implement remote database backup by job, back up the 192.168.35.96 database to 192.168.35.104, as follows:In SQL Server Agent right-start-job right-new job--fill in the Job name, category (
"###################################### #################################"
Echo "...... Done" if you remotely take the backup to a remote location, the following is a client case I wrote (test environment RedHat-as-5 ). Use sftp protocol. Reference:#! /Bin/bash
Sftp root@www.domain.com
Cd/home/user/mysqlbackup
LCD/home/mysqlbackup/
-Get fileprefix $ (date + % Y-% m-% d). tgz
Quit
EOF note fileprefix $ (da
Considering that data is backed up on the local machine, once the machine's hard disk fails, the data cannot be taken out. Remote manual data backup is time-consuming and time-consuming. The best way is to use scripts to implement remote automatic mutual backup. However, a password is required for
Below is a MySQL backup instance, which is tested and passed in Ubuntu. The task is a local backup. It can be used on the server side.#! /Bin/bash
Echo "backupmysql V1.0"
### Date stamp ###Datestamp = $ (date + % Y-% m-% d)
### Path ###Startdir =/home/user/mysqlbackup
### Bakfile prefix ###Fileprefix = SQL
Echo "sqldump is starting .."
### Bakup command ####Mysqldump-uuser-ppassword-l databasename> $ startd
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.