Small Drupal database backup, MySQL backup policy sharing for large sites, and drupal Database Backup
Simple backup policy for small and medium sites
For small and medium-sized websites based on drupal, we can use the backup_migrate module, which provides the regular backup
Tags: Database incremental backup1, MySQL full-scale backup, incremental backup. Turn on MySQL's logbin log feature. Add the following code to the/etc/my.cnf file:[Mysqld]Log-bin = "/home/mysql/logbin.log"Binlog-format = ROWLog-bin-index = "/home/mysql/logindex"binlog_cache_size=32mmax_binlog_cache_size=512mmax_binlog_size=512m restart MySQL . users and groups with path/home/mysql are changed to MySQL. 2.
Label:SQL Server backup file bak, restore after backup error 3145, the database backup in the backup set is different from the existing ' xxx ' database. The solution is as follows: 1, create a new database with the same name as the existing database. If you don't know the database name, don't worry, execute the follow
I have always wanted to share with you my experiences and experiences on how to automate O M of business systems in windows, but I have never been able to do so due to time and work. Now we have posted a simple automated and timed script for online hot-standby db2 data to learn and make progress together. @ Echo offREM Create by fengzhanhai on 2010.12.23 Used by backup database db2REM --- tasks: Run at 24 o'clock every nightREM scheduled task command
" command will be executed, such:
Myisamchk-o phpbb2_users.MYI
This action may take 2 ~ 3 times until no error message appears!
After repair, after restarting the MySQL service, you can use the mysql client command to Query the database content and test whether it is normal. fortunately, the database works normally at this time.
Of course, before you back up the data, it would be better to check whether the data is correct first. If necessary, you can schedule the detection before the
SQL Server automatic backup, automatic compression, automatic deletion of old backup, SQL Server backup Compression
Preparation tools:SqlServer2008WinRar
1. Set a scheduled backup for SqlServerThis operation is relatively simple. Simply add a maintenance plan according to the wizard.
2. Automatic compression of script
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/mysqldump sqldb -- flush-logs-uroot-p123456 -- opt> 7
Set in cron and execute at every Monday (full backup every Monday, Incremental backup for the rest of the time)
# Vi backup. Sh
Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/-->#! /Bin/bash
# Define
Dayofweek = 'date "+ % u "'
Today = 'date "+ % Y % m % d "'
Source =/data/
The company's Linux server uses a common desktop and lacks a disaster recovery mechanism. The company stores a large amount of data on this server. Once a fault occurs, the consequences are unimaginable. Therefore, it is necessary to effectively back up important data of this machine. After several days of data collection, I finally compiled my own Linux script to implement a complete monthly backup and daily Incremental
My method is to export a job as a file for backup, because when your server is too large to maintain, many of your jobs become very problematic and very troublesome.
My method is to export a job as a file for backup, because when your server is too large to maintain, many of your jobs become very problematic and very troublesome.
Job backup, not a
A job backup, not a backup database, is a backup job.
My approach is to export the job as a file backup, because when your server maintenance more than a lot of your homework is very problematic, very troublesome.
It is best to be able to work to achieve synchronization, this is also the first step, saved into a file
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. Retain for seven days
This setting only keeps backups for seven days.
RMAN> connect target/
Connected to target database: DBSID (DBID = 3100778490)
RMAN> configure retention policy to recovery window of 7 days;
2. Backup script
Vi/root/rmanbak. sh
#! /Bin/bash
Su-oracle
Rman target/
Backup as compressed backupset database
Include current controlfile format '/orabak/db _ % d _ % T _ % s'
P
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
Job backup, not a backup database, is a backup job.
My method is to export a job as a file for backup, because when your server is too large to maintain, many of your jobs become very problematic and very troublesome.
It is best to synchronize jobs. This is also the first step. Save the job as a file. After that, I im
Job backup, not a backup database, is a backup job.My method is to export a job as a file for backup, because when your server is too large to maintain, many of your jobs become very problematic and very troublesome.It is best to synchronize jobs. This is also the first step. Save the job as a file. After that, I imagi
The message "whether the local message password is lost or the chat record is backed up" is displayed. If yes, the message "saved on Q/msgbak/msgex_20090418163057.db" is displayed ". In this case, a file msgbak/msgex_20090418163057.db is generated after the backup (20090418163057 indicates the date on which the record is lost ), generally, it is stored in the msgbak folder (for example, C:/program files/qq2008 Pro/12345678/msgbak) of the QQ installati
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.