Networking Forums

Networking Forums > Computer Networking > Linux Networking > rsync with laptop at different locations

Reply
Thread Tools Display Modes

rsync with laptop at different locations

 
 
satoama@googlemail.com
Guest
Posts: n/a

 
      05-22-2007, 06:43 PM
Hi all,

I try to use rsync to copy files en mass from a single remote location
to a single laptop but at two different locations and seem to get a
problem. rsync simply starts the whole copying process all over again
(rather than incrementally) when I have run it at one location
previously and now run it at the other, without apprently referring to
the previous data, with no time saving, making it rather pointless to
use rsync altogether.

More specifically these locations where I use my laptop are at home,
where I use a static IP and at work, where DHCP is used. I try to copy
stuff from a server at work, to which I have access without password
(RSA authentication).

I wonder if this is an expected behaviour of rsync. At any rate, I'd
very much appreciate if anybody could advise how to get round this
problem, namely to get rsync to do incremental copy even if switching
locations.

Regards,
Yo

 
Reply With Quote
 
 
 
 
Tim S
Guest
Posts: n/a

 
      05-22-2007, 10:11 PM
(E-Mail Removed) wrote:

> Hi all,
>
> I try to use rsync to copy files en mass from a single remote location
> to a single laptop but at two different locations and seem to get a
> problem. rsync simply starts the whole copying process all over again
> (rather than incrementally) when I have run it at one location
> previously and now run it at the other, without apprently referring to
> the previous data, with no time saving, making it rather pointless to
> use rsync altogether.
>
> More specifically these locations where I use my laptop are at home,
> where I use a static IP and at work, where DHCP is used. I try to copy
> stuff from a server at work, to which I have access without password
> (RSA authentication).
>
> I wonder if this is an expected behaviour of rsync. At any rate, I'd
> very much appreciate if anybody could advise how to get round this
> problem, namely to get rsync to do incremental copy even if switching
> locations.
>
> Regards,
> Yo


Could you try giving rsync the "-c" (always checksum) option and see if that
fixes it? But it will slow things down on both ends somewhat. Although, I
would run it like this 1 time out of N anyway, for peace of mind...

I suspect it will, and that you are using a FAT filesystem on your laptop.

If I'm right, then a more useful solution is explained here:

http://samba.anu.edu.au/ftp/rsync/rsync.html

(search down for FAT and --modify-window).

Wild guess...

Cheers

Tim
 
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
can I rsync on UDP? Jagadeesh Linux Networking 19 10-27-2008 02:07 PM
Rsync Mtek Linux Networking 21 07-25-2008 12:59 AM
How to get log file for rsync operation? Does rsync also delete remote files? Goran Ivanic Linux Networking 9 05-05-2008 04:58 PM
rsync with laptop at different locations yosato_uk Linux Networking 2 05-23-2007 05:59 PM
pc to pc-different locations Cynanthis Wireless Networks 3 09-18-2006 04:39 PM



1 2 3 4 5 6 7 8 9 10 11