This is a discussion on Syncing fileservers within the Linux software forums, part of the Linux Getting Started category; What is the best option to sync data on two linux fileservers. We need to sync everything from etc config ...
|
|||||||
| Register | FAQ | Members List | Calendar | Forgotten your password? | Mark Forums Read |
|
|||
|
What is the best option to sync data on two linux fileservers. We need to sync everything from etc config files to user files. Scp is not sufficient since we have restricted root's scp/ssh capabilities. Any suggestions are welcome.
|
| Sponsored Links | ||
|
|
|
||||
|
Use rsync command.
It is a program that behaves in much the same way that rcp does, but has many more options and uses the rsync remote-update protocol to greatly speed up file transfers when the destination file is being updated. The rsync remote-update protocol allows rsync to transfer just the differences between two sets of files across the network connection, using an efficient checksum search algorithm described in the technical report that accompanies this package. See our tutorials: How to use rsync for transferring files under Linux or UNIX | nixCraft and How do I sync data between two Load balanced Linux/UNIX servers? | nixCraft |
![]() |
| Bookmarks |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| kernel panic -not syncing attempt to kill init | jhn_daz@yahoo.com | Linux software | 3 | 11-26-2007 05:16 PM |