Welcome to our website
To take full advantage of all features you need to login or register. Registration is completely free and takes only a few seconds.
How to use rsync to copy files, folders and backup in Linux
Posted by Philipp Esselbach on: 02/21/2011 10:09 AM [ Print | 0 comment(s) ]
Go2Linux posted a tutorial about copy files and folders with rsync
rsync is a software application for Unix and Windows systems which synchronizes files and directories from one location to another while minimizing data transfer using delta encoding when appropriate. An important feature of rsync not found in most similar programs/protocols is that the mirroring takes place with only one transmission in each direction. rsync can copy or display directory contents and copy files, optionally using compression and recursion.
In daemon mode, rsync listens on the default TCP port of 873, serving files in the native rsync protocol or via a remote shell such as RSH or SSH. In the latter case, the rsync client executable must be installed on both the local and the remote host.
In daemon mode, rsync listens on the default TCP port of 873, serving files in the native rsync protocol or via a remote shell such as RSH or SSH. In the latter case, the rsync client executable must be installed on both the local and the remote host.
How to use rsync to copy files, folders and backup in Linux
Related Threads
08/19/2007 09:03 AM: how to unistall backtrack2 and recover xp (1) by danleff
12/26/2004 02:56 PM: How to use ?. (2) by iamroot
09/22/2004 04:03 AM: HOW TO UNINSTALL RED HAT 9.0 (1) by taeuler
02/02/2006 09:08 AM: How to uninstall Linux Mandrake 10 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (10) by gsilsby
08/21/2003 12:16 PM: How to use the OLD kernel after Mandrak 9.1 installation? (5) by _japsje
12/26/2004 02:56 PM: How to use ?. (2) by iamroot
09/22/2004 04:03 AM: HOW TO UNINSTALL RED HAT 9.0 (1) by taeuler
02/02/2006 09:08 AM: How to uninstall Linux Mandrake 10 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! (10) by gsilsby
08/21/2003 12:16 PM: How to use the OLD kernel after Mandrak 9.1 installation? (5) by _japsje
