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:
Mount A Linux Partition In FreeBSDFor ext2fs filesystem Support under FreeBSD, You have to build a new kernel with ext2fs support. Put the line options “EXT2FS” in your kernel configu… Read More
How to Install Puppy Linux on Your Hard DrivePuppy Linux: Installing The Distro Installing an operating system onto a computer has never been easier. Puppy Linux is fast, straight-forward and ea… Read More
How to Shutdown Windows machine remotely from Linux command lineThe easiest way to shutdown a Windows machine from Linux is by using Samba’s net command. The following command will send an RPC call to the Windows m… Read More
Play swf file(Macromedia Flash) on Ubuntu / Debian Linux swfdec-gnome is a very good Tool to play SWF files (Macromedia Flash) on GNOME. This package contains programs to integrate Flash functionality i… Read More
How to Synchronizing Windows Mobile with LinuxThis how to guide outlines the steps needed to synchronize a Windows Mobile device with a Linux desktop or laptop installation. Introduction With mo… Read More
0 comments:
Post a Comment