Description1. Rsync Service EndSystem: Ubuntu Server 11.10IP Address: 192.168.21.168Data storage directory:/home/mysql_data2, Cwrsync clientSystem: Windows Server 2003IP Address: 192.168.21.130Synchronized Directories: D:\mysql_data to achieve the purpose: Cwrsync Client automatically synchronizes data from/home/mysql_
Rsync is a good file free synchronization software, can be mirrored to save the entire directory tree and file system, while maintaining the original file permissions, time, soft and hard links. At the first synchronization, rsync copies the entire contents and transfers only the modified portion of the file the next time. In the process of transmitting data, compression and decompression can be implemented
The command window, enter "Services.msc", enter the input method into Chinese character input, hit "rsync", press ENTER to search, left click to select Automatic, restart can2, to this step after the Windows Rsync Server even start to complete!4. The Linux client installs the Rsyn
SQL Server compressed log
You can make jb51.ldf files very small, make it easy to back up databases, and so on, and execute them in SQL Server Query Analyzer.
Copy Code code as follows:
DUMP TRANSACTION [jb51] with no_log
BACKUP LOG [jb51] with no_log
DBCC shrinkdatabase ([jb51])
Server reboot If you are using the
Description1. Rsync Service SideSystem: CentOS 5.5IP Address: 192.168.21.160Data storage directory:/data/xuersync2. Cwrsync ClientSystem: Windows Server 2003IP Address: 192.168.21.130Directories synchronized: D:\xuersyncPurpose of implementation:Cwrsync client automatically synchronizes data from the Rsync
Description1. Rsync Service EndSystem: CentOS 5.5IP Address: 192.168.21.160Data storage directory:/data/osyunwei2, Cwrsync ClientSystem: Windows Server 2003IP Address: 192.168.21.130Synchronized Directories: D:\osyunweiTo achieve the purpose:Cwrsync client automatically synchronizes data from/data/osyunwei directory in rsync
The configuration environment for rsyncSoftware platform: windows2003Software version: Cwrsync_2.0.10_installer Cwrsync_server_2.0.10_installerHardware platform: dell2950 cpu1.6g*4 Memory: 4G hard drive: 1g*6 RAID5 = = = Install = = = Install rsync in Windows environment to install server and client Server-side install
Windows as a file server, using the Windows service version of rsync: Cwrsyncserver Download Address: http://rsync.samba.org
The setup process is to set the account number and password for the system service, which you can default to.
Note: This account is used to enable the Crsync
]::www/cygdrive/g/backup--password-file=/cygdrive/d/ Rsync.pass Next, create the Task Scheduler for Windows as needed, and add the action to start the. bat file in the action list. Explanation: password-file=/cygdrive/d/rsync.pass Specifies the location of the password file on the Windows client machine. The password file format on the Windows client is different
It is in the Window System synchronization actual combat
1. Remote Data Synchronization Tool rsync Introduction
1.1 Software Introduction
Rsync is a remote data synchronization tool that allows fast synchronization of files between multiple hosts through Lan/wan. Rsync is a tool used to replace RCP, which is currently maintained by Rsync.samba.org.
Synchronization of mail server data using rsync under WindowsBackground environmentFor the system administrator, the usual focus should be on maintaining the normal operation of the system, to provide services, often involved in a data backup problem, in my understanding of the situation, 80% of the system administrators are not too concerned about the security of their own servers, but often the technology
Rsync is the next best software for synchronizing files on Linux, and it can be used under Windows, but the name is Cwrsync. This article mainly introduces the use of Windows as the server of Rsync, Linux for the use of the client. Cwrsync is also divided into a client-side
These days to synchronize two servers, are Windows Server, I took my own computer to test Ah, after all, the server site is still in use, not blind, after two days of bitter often tried, and finally succeeded, and now share to everyone, to the next.Talk about the computer configuration and the use of the software bar:Service side:Windows7 System 64bit 4G memoryIP
Windows as a file server, using the Windows service version of rsync: Cwrsyncserver Download Address: http://rsync.samba.org
The setup process is to set the account number and password for the system service, which you can default to.Note: This account is used to enable the Crsync
The implementation of Rsync on Windows has several packaged tools, such as Deltacopy, Unison, and so on. After the comparison still think Cxrsync best use.
Advantages of Cwrsync:
1) Simple configuration. The Crgwin library file has been wrapped, and the download installation will be able to invoke the command directly to synchronize.
2 command line can be operated. Basically the same as on Unix (Deltacop
I found that this problem has been thought to be a server problem twice, because of a machine appeared this problem, originally for security special cancellation file write and Modify permissions. Through McAfee's modify permissions, the problem is resolved, so there is a problem, first check directory permissions issues.
Rsync Error:some Files/attrs were not transferred (* previous errors)
Cwrsync
watch.Rsync Core Algorithm
The rsync algorithm is very efficient. I will not go into details about the core algorithm in an article on cool shell.Rsync server setup
You can set up an rsync server. rsync runs as a daemon. The client writes the
I. Introduction to rsync
Remote synchronize (rsync) is a remote data synchronization tool that allows you to quickly synchronize files between multiple hosts through the LAN/WAN, or use rsync to synchronize different directories on the local hard disk.
Rsync is a tool used to replace RCP.
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.