Mirror Your Remote Server Graphically with Grsync in Ubuntu Linux
rsync is an open source utility that provides fast incremental file transfer. rsync uses the "rsync algorithm" which provides a very fast method synchronization of two server.
Grsync is the Graphical Front-end for rsync.
Some features of rsync include
* can update whole directory trees and filesystems
* optionally preserves symbolic links, hard links, file ownership, permissions, devices and times
* requires no special privileges to install
* internal pipelining reduces latency for multiple files
* can use rsh, ssh or direct sockets as the transport
* supports anonymous rsync which is ideal for mirroring
Install grsync in ubuntu
Open a terminal and type
$apt-get install grsync
or use Synaptic package manger
Related Posts:
How to Install GCC (c/c++) Compiler in Ubuntu LinuxInstall package called build-essential is the best way build-essential contains a list of packages which are essential for building Ubuntu packages… Read More
Install .rpm packages in Ubuntua Ubuntu normally use .deb package for application installer. However, if you have an rpm file for a package you wish to install, and if you cannot fi… Read More
How to install PHP6 in ubuntu / Debian LinuxThe full stable version of PHP6 is not yet released. But pre-built package is available. Early birds can start now. You can install a development snap… Read More
How to Open and Extract .DAA Image FilesDAA stands for Direct Access Archive is PowerISO proprietary and private disk image format which supports compression, password protection, and split … Read More
How to Burn a CD’s/DVD’s in Ubuntu LinuxGnomeBaker is a Gnome CD/DVD burning application.GnomeBaker is a GTK2/Gnome CD/DVD burning application. I’ve been writing it in my spare time so progr… Read More
0 comments:
Post a Comment