Re: Windows XP date/timestamp issues

2003-11-18 Thread jw schultz
On Tue, Nov 18, 2003 at 09:03:42AM -0500, Gavin Durman wrote: > Whenever a Windows XP > system opens a file on the NW server, and then saves the changes, the > date/time stamp doesn't change, That is a serious bug. It isn't an rsync problem per se. If the file sizes don't change to work around

Re: daily back (incremental backup )

2003-11-18 Thread Joe Batt
On Tue, 2003-11-18 at 13:21, Bipinchandra Ranpura wrote: > Hello,... > I have taken script from rsync examples, and made > changes. . But it doesn`t work can someone help me. ... Here is my script. It copies $1 to $2/date/ and deletes the mod(today, $3) version from $3. The clean up scheme leav

daily back (incremental backup )

2003-11-18 Thread Bipinchandra Ranpura
Hello, I have Novell Netware File server. Which is mounted as /mnt/novell on one of my Linux m/c. I want to take backup of Novell Server to my Linux m/c. I need everyday backup of Novell server to be taken on Linux m/c. I don't want full backup every day but I need an incremental backup. I d

Re: --include=PATTERN not working!

2003-11-18 Thread Haisam K. Ido
Thank you. I got it. It should have been: rsync -rvaz --include="*.lis" --include="*/" --exclude='*' [EMAIL PROTECTED]:/path/ . > On Mon, Nov 17, 2003 at 09:14:46PM -, Haisam K. Ido wrote: >> but I do have the recursive option on >> >> -rvaz > > Then you procede to exclude all subdirs not m

Windows XP date/timestamp issues

2003-11-18 Thread Gavin Durman
Hello all! Long time listener, first time caller. I have an issue I hope someone has seen before. I have a NetWare6 server running RSYNC server, and a LINUX box running RSYNC client from CRON to get the files from the NetWare server. The command is " rsync -qrtu --delete --exclude (some excludes h

Re: IPv6 literal addresses on command line

2003-11-18 Thread Paul Slootman
On Tue 18 Nov 2003, cam wrote: > > To summarise: no-one is currently using rsync over IPv6 on linux. I just tried a simple test, and it sure seems to work. For lack of an rsync server that talks IPv6 and wants to talk to me, I can't actually verify the working. However, I see that it initiates a

IPv6 literal addresses on command line

2003-11-18 Thread cam
Hello all, Just to get some er, 'closure' on this, if you will (spot the thinly disguised, desperate repost)... To summarise: no-one is currently using rsync over IPv6 on linux. I superficially applied a patch suggested by a list member and while this fixed the problem of correctly parsing the

Re: Special files and Cygwin

2003-11-18 Thread Lapo Luchini
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Pier Paolo Glave wrote: | The only problem I found is that windows is not able to backup | linux special files (/dev/*). I suggest to tar them up, in order to preserve full infos. If you avoid compression of the tar file or use gzip with the option tha

Re: How to change the rsync default tcp port 873 to some other port

2003-11-18 Thread jw schultz
On Wed, Nov 12, 2003 at 02:59:27PM +0800, Sethu Subramanian Rengarajan wrote: > Hi, > I would like to change the rsync default port to something other than 873. I > changed in the rsyncd.conf file. But, still it listens to 873 only. > > How to fix this issue. Given that rsyncd.conf doesn't have a

Re: Special files and Cygwin

2003-11-18 Thread jw schultz
On Fri, Nov 14, 2003 at 09:08:12AM -0800, Pier Paolo Glave wrote: > Hi, > > I'm trying to use rsync to backup a linux filesystem > to a windows server. > I followed the hints that I found at > http://www.tiarnan.phlegethon.org/rsyncntdoc.html to > run rsync on windows, and it works quite well. >

Re: rsync --daemon and logfile that can't be created

2003-11-18 Thread jw schultz
On Mon, Nov 17, 2003 at 01:35:09PM +0100, Paul Slootman wrote: > If the rsyncd.conf has a line such as: > > log file = /var/log/rsync/log > > and /var/log/rsync doesn't exist or isn't a directory (or the log file > can't be opened for any other reason), then there's no warning > whatsoever, as rs

Re: --include=PATTERN not working!

2003-11-18 Thread jw schultz
On Mon, Nov 17, 2003 at 09:14:46PM -, Haisam K. Ido wrote: > but I do have the recursive option on > > -rvaz Then you procede to exclude all subdirs not matching *.lis READ the "EXCLUDE PATTERNS" section a few more times and/or read the list archives. > > On Fri, Nov 14, 2003 at 10:02:56PM