Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: Linux-to-Linux copying?
- To: tlug@example.com
- Subject: Re: Linux-to-Linux copying?
- From: Jim Tittsler <jwt-tlug@example.com>
- Date: Thu, 15 Mar 2001 15:44:07 +0900
- Content-Disposition: inline
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <F48SZxmnLNqX4QbV4Mh00000101@example.com>; from jean_christian@example.com on Thu, Mar 15, 2001 at 03:37:26AM -0000
- Organization: 7J1AJH/AI8A Tokyo
- References: <F48SZxmnLNqX4QbV4Mh00000101@example.com>
- Reply-To: tlug@example.com
- Resent-From: tlug@example.com
- Resent-Message-ID: <xcldG.A.gTF.6SGs6@example.com>
- Resent-Sender: tlug-request@example.com
- User-Agent: Mutt/1.2.5i
On Thu, Mar 15, 2001 at 03:37:26AM -0000, Jean-Christian Imbeault wrote: > I am using rcp to copy files between two linux machines. [...] > 1- Is rcp the fastest way to copy files from one Linux machine to another > over a network? rsync is a great application for this. It uses a smart algorithm to copy only the changed files (or changed parts of files) to conserve network bandwidth during repeated copies. http://rsync.samba.org/ Your Linux distribution probably provides an rsync package. > 3- Is there a way to make rcp not over-write files? rsync has a '--update' switch that prevents it from overwriting newer files on the destination machine. (There is also a '--delete' switch to make files on the destination disappear if they no longer exist on the sending side.) > 4- Is having a .rhost file safe? rysnc can also be used across an ssh channel ('-e ssh', or set the RYSNC_RSH environment variable to your ssh).
- References:
- Linux-to-Linux copying?
- From: "Jean-Christian Imbeault" <jean_christian@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: Linux-to-Linux copying?
- Next by Date: Re: Linux-to-Linux copying?
- Prev by thread: Re: Linux-to-Linux copying?
- Next by thread: Re: Linux-to-Linux copying?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links