Re: rsync episode

2012-03-02 Thread Bob Proulx
Bob Proulx wrote: lina wrote: When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. ... ]$ df -h ../b1009a/ FilesystemSize Used Avail Use% Mounted on honeydewlocal:/vol/hpc_vol/HomeHPC 2.5T

Re: rsync episode

2012-02-28 Thread Bob Proulx
lina wrote: Bob Proulx wrote: Here is a wild guess. Are you copying files to or from a MS FAT filesystem? If so then the issue there is that FAT only stores No. I copied from (I don't know how to tell the filesysem. is it below information?) Source: $ df -h b1009a/ Filesystem

Re: rsync episode

2012-02-28 Thread Bob Proulx
Bob Proulx wrote: I would check in a simple way like this: $ date -R ; ssh honeydewlocal date -R ; date -R Here is another simple way to check. Try this: $ touch foo ; ls -ldog --full-time foo ; date +%F %T -rw-rw-r-- 1 0 2012-02-28 10:42:29.0 -0700 foo 2012-02-28 10:42:29 If

rsync episode

2012-02-27 Thread lina
Hi, When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. Thanks with best regards, -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Re: rsync episode

2012-02-27 Thread Shaun
On 27/02/2012 12:49, lina wrote: Hi, When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. Thanks with best regards, rsync -avz -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of unsubscribe.

Re: rsync episode

2012-02-27 Thread lina
On Mon, Feb 27, 2012 at 9:00 PM, Shaun deb...@gmsl.co.uk wrote: On 27/02/2012 12:49, lina wrote: Hi, When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. Thanks with best regards, rsync -avz Thanks, Still the same and pretty

Re: rsync episode

2012-02-27 Thread lina
On Mon, Feb 27, 2012 at 9:14 PM, lina lina.lastn...@gmail.com wrote: On Mon, Feb 27, 2012 at 9:00 PM, Shaun deb...@gmsl.co.uk wrote: On 27/02/2012 12:49, lina wrote: Hi, When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. Thanks with

Re: rsync episode

2012-02-27 Thread Tony Baldwin
On Mon, Feb 27, 2012 at 09:14:13PM +0800, lina wrote: On Mon, Feb 27, 2012 at 9:00 PM, Shaun deb...@gmsl.co.uk wrote: On 27/02/2012 12:49, lina wrote: Hi, When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. Thanks with best

Re: rsync episode

2012-02-27 Thread Bob Proulx
lina wrote: Shaun wrote: lina wrote: When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. rsync -avz Yes. Rsync needs one of -t or -a to preserve times. If times are not preserved then rsync would copy the files again. Here is

Re: rsync episode

2012-02-27 Thread Wayne Topa
On 02/27/2012 07:49 AM, lina wrote: Hi, When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. Please clarify that for me. Are you saying you are transferring files from source to destination and You do not want files already on the

Re: rsync episode

2012-02-27 Thread lina
On Tue, Feb 28, 2012 at 2:20 AM, Tony Baldwin t...@tonybaldwin.org wrote: On Mon, Feb 27, 2012 at 09:14:13PM +0800, lina wrote: On Mon, Feb 27, 2012 at 9:00 PM, Shaun deb...@gmsl.co.uk wrote: On 27/02/2012 12:49, lina wrote: Hi, When I tried the rsync -rvz source destination It

Re: rsync episode

2012-02-27 Thread lina
On Tue, Feb 28, 2012 at 2:31 AM, Bob Proulx b...@proulx.com wrote: lina wrote: Shaun wrote: lina wrote: When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. rsync -avz Yes.  Rsync needs one of -t or -a to preserve times.  If

Re: rsync episode

2012-02-27 Thread lina
On Tue, Feb 28, 2012 at 3:57 AM, Wayne Topa linux...@gmail.com wrote: On 02/27/2012 07:49 AM, lina wrote: Hi, When I tried the rsync -rvz source destination It re-copied part of already-copied, any idea to prevent it. Please clarify that for me.  Are you saying you are transferring