Exclude files (2)...

2001-05-02 Thread Jeff Ross
Thanks, all, for the suggestions. None of them seemed to work, though. Last round of testing I removed the R option and added an * after the trailing directory slash in the exclude file. Specifically, here is the command I used: rsync -aq -exclude-from=/root/exclude.txt \ -e /usr/loca

Re: rsync, smbmount, NT and timestamps

2001-05-02 Thread John N S Gill
First thanks very much for the help. > > If I remember correctly, that's precisely why that option was added. I'm > not sure why you didn't see the problem before. Ah yes, see > http://lists.samba.org/pipermail/rsync/2000-July/002503.html > which says it defaults to "2" on Windows. h

Re: rsync, smbmount, NT and timestamps

2001-05-02 Thread Dave Dykstra
On Wed, May 02, 2001 at 11:31:31AM +0100, John N S Gill wrote: > For some time I've been using rsync to sync up some NT file folders and > it has been working like a treat. > > I use smbmount to mount the NT shares to linux boxes at each end of the > link and then let rsync do the rest. > > Last

Re: Exclude files...

2001-05-02 Thread Dave Dykstra
On Tue, May 01, 2001 at 02:03:15PM -0600, Jeff Ross wrote: > Hi, > > I'm having some trouble excluding files to be rsync-ed across my lan to a > central server. I've tried the following command: > > rsync -aqR -exclude-from=/root/exclude.txt \ >-e ssh * redhat62:/backup/rsync/firewall >

rsync, smbmount, NT and timestamps

2001-05-02 Thread John N S Gill
For some time I've been using rsync to sync up some NT file folders and it has been working like a treat. I use smbmount to mount the NT shares to linux boxes at each end of the link and then let rsync do the rest. Last week the linux boxes were upgraded to redhat 7.1. I am now using the follow