In SQL Server 2000, assume that we have a database of: Test, which now requires it to be automatically backed up 19:00 every day, and in the event of a database error in the future, we can restore the database to any backup point in time with a backup file.Backup steps:1. In SQL Server Enterprise Manager, register the server where the database resides, note that you want to use the SA user name and password
is slow, occupy large space, can not guarantee the precision of floating point number, and rebuild the index after the database is restoredThird, the way of backup
Full backup: Backs up all libraries and tables in MySQL with large footprint and is a precondition for incremental and differential backups
Incremental backups (incremental backup)
Cold backup occurs when the database is shut down normally. When the database is shut down normally, it will provide us with a complete database. Cold backup is one of the key files copied to another location.
Cold backup occurs when the database is shut down normally. When the database is shut down normally, it will provide us with a complete database. Cold
MySQL backup and recovery-cold backup-What is cold backup-General cold backup is to stop database services, such as MySQL and Oracle, and then back up the data directory using the copy, package, or compression commands. If the data is abnormal, you can recover the data through back
Oracle automatic backup script and Oracle backup script
If you don't talk much about it, paste the Code directly. The specific code is as follows:
#! /Bin/sh #*********************************** * ****************************** # File: oraclebak. sh # Creation Date: 17:57:32 # Last Modified: 17:57:34 # Script Function: oracle backup script # execution method: 1.
back up databases, using Oracle symmetric replication, using Oracle Parallel servers, using Oracle cold backup, using Oracle hot backup, and other backup methods all have their advantages and disadvantages. applicable scenarios and corresponding software and hardware requirements. This article mainly discusses in detail the three basic
I. Hot Backup
Cold backup occurs when the database is shut down normally. When the database is shut down normally, it will provide us with a complete database. This article describes how to copy key files to another location during cold backup. The fastest and safest way to back up Oracle information during cold backup
I. Cold backup
Cold backup occurs when the database is shut down normally. When the database is shut down normally, it will provide us with a complete database. This article describes how to copy key files to another location during cold backup. The fastest and safest way to back up Oracle information during cold backup
First, the service environment(1), WEBserver (192.168.10.130); Backserver (192.168.10.129)(2), Backserver Server deployment, install required software, and start(3), set up the system backup user backup (both Web server and backup server are established users)[[email protected] ~]# useradd backup; Echo
Test Data Management: creative solutions and Data Management Solutions
Mario Matthee is a tester, Consultant, certified Master Scrum and very unqualified mountain motorcycle drivers (learning ). He is keen to introduce young IT experts into the world of software testing. He is also a founding member of the Cape Town automated testing user group. He graduated from the kepan University of Science
#!/bin/bash##description: the script function, cycle in weeks; Friday full backup, Saturday No backup, Sunday to Thursday differential backup;# due to work needs, do not implement compression packaging method, using CP full backup, rsync differential backup;# to use this s
After the Rman backup and after the backup of the data files, learned that the process of Rman backup ODU, the majority of TRUNCATE TABLE raw data is not properly backed up (why the vast majority, I can not explain), here you can see the Rman Backup is not really completely physically replicated (and Rman copy is still
When the database is fully backed up, we may sometimes experience an extreme situation, such as three c,d,e on a server with only 5G of space left
But what if it takes 12G of space to fully back up the business library?
Use filegroup backup? But the database does not make table partitions, there are no multiple filegroups, there is only one primary filegroup AH
This time we can use backup file segmentati
-log BASE-DIR
After the above execution, the backup files in the BASE-DIR are fully ready, and the last step is to copy:
[Plain]
Innobackupex -- copy-back BASE-DIR
Similarly, after the copy is complete, check whether the permission of the data directory is correct.
Common errors and solutions
Error:
[Plain]
131028 17:45:57 innobackupex: Connecting to MySQL server with DSN 'dbi: mysql:; mysql_read_default_
First, use the percona-xtrabackup tool to perform full backup of the database, and then perform Incremental backup of the data after each database data update.
First, use the percona-xtrabackup tool to perform full backup of the database, and then perform Incremental backup of the data after each database data update.
2014-07-27 BaoxinjianI. Summary
1. Cold BackupA cold backup database is a backup of all critical files, including data files, control files, and online redo log files, to be copied to another location after the database is closed.In addition, cold backups can include backups of parameter files and password files, but these two backups can be selected as needed.Cold
backup files in the BASE-DIR are fully ready, and the last step is to copy:
innobackupex --copy-back BASE-DIRSimilarly, after the copy is complete, check whether the permission of the data directory is correct.
Common Errors and Solutions
Error:
131028 17:45:57 innobackupex: Connecting to MySQL server with DSN 'dbi:mysql:;mysql_read_default_group=xtrabackup' (using password: NO).innobackupex: Error:
MSSQL Server 2005 Restore the database Bak file, Web site using virtual Host station will often encounter, in general, the host has an online management program, but sometimes not, you need to restore the backup SQL database locally. In this case, MSSQL Server 2008 will also appear, sometimes "backup set of database backup and the existing XX database" error, thi
# # View data for tables in the current library([email protected]) [Test]>select Count (*) from T_innodb;+----------+| COUNT (*) |+----------+| 0 |+----------+1 row in Set (0.00 sec)# # Performs an insert data operation, which executes after full provisioning([email protected]) [Test]>call addtest (100000,0);# # Perform a full library backup# Backup folder: 2014-06-19_20-53-41# Backup_type = full-backuped#
the introduction Several advanced applications of the WINDOWS2008 server Backup program. Mainly want to include network incremental backup, backup notification, space management and so on.Commercial backup software, in addition to having a nice management interface, also includes some very critical features, where netw
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.