Re: Versioning in rsync

2006-04-03 Thread W
Thanx for clarification. W. On Fri, 31 Mar 2006 13:14:55 -0500, Matt McCutchen [EMAIL PROTECTED] said: On Fri, 2006-03-31 at 19:38 +0200, W wrote: When syncing files from client to server, one would have on server, for example, three last verisons of synced files. Rsync has a --backup

DO NOT REPLY [Bug 3653] New: Silence 'vanished files' messages

2006-04-03 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3653 Summary: Silence 'vanished files' messages Product: rsync Version: 2.6.8 Platform: All OS/Version: All Status: NEW Severity: enhancement Priority: P3

DO NOT REPLY [Bug 3653] Silence 'vanished files' messages

2006-04-03 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3653 --- Comment #1 from [EMAIL PROTECTED] 2006-04-03 07:13 MST --- diff -u -r1.332 options.c --- options.c 28 Mar 2006 23:09:36 - 1.332 +++ options.c 3 Apr 2006 12:12:44 - @@ -113,6 +113,7 @@ int checksum_seed = 0; int

rsyncd.secrets

2006-04-03 Thread khabot
hi all I have composed a script containing : rsync -avz -e ssh [EMAIL PROTECTED]:/var/mail/ /var/mail --password-file=/etc/rsyncd.secrets but when I try to execute il it ask me for the password. how to do to avoid this and to consider the password in the 'rsyncd.secrets' thanks in advance. -- To

Re: issues with password-file

2006-04-03 Thread Wayne Davison
On Sun, Apr 02, 2006 at 10:55:38AM -0500, Larry Hotchkiss wrote: Just an update, I upgraded to rsync 2.6.7 and the error is more clear in that it states a password mismatch Then you should try typing the password manually on the client side to determine if the problem is with the daemon's

Re: rsyncd.secrets

2006-04-03 Thread Bob Hutchinson
On Monday 03 Apr 2006 16:44, khabot wrote: hi all I have composed a script containing : rsync -avz -e ssh [EMAIL PROTECTED]:/var/mail/ /var/mail --password-file=/etc/rsyncd.secrets but when I try to execute il it ask me for the password. how to do to avoid this and to consider the password

DO NOT REPLY [Bug 3653] Silence 'vanished files' messages

2006-04-03 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=3653 --- Comment #2 from [EMAIL PROTECTED] 2006-04-03 14:59 MST --- I think filtering error messages should be the job of the cron script invoking rsync, not of rsync itself; otherwise we'll find ourselves adding options to disable each of

Re: rsyncd.secrets

2006-04-03 Thread Matt McCutchen
On Mon, 2006-04-03 at 15:44 +, khabot wrote: hi all I have composed a script containing : rsync -avz -e ssh [EMAIL PROTECTED]:/var/mail/ /var/mail --password-file=/etc/rsyncd.secrets but when I try to execute il it ask me for the password. If you want to automate SSH authentication,

Re: issues with password-file

2006-04-03 Thread Wayne Davison
On Sun, Apr 02, 2006 at 10:55:38AM -0500, Larry Hotchkiss wrote: To test the accuracy of the error I renamed the password-file=/path/secrets.rsync to something else but left the command unchanged and I got the identicle auth error which tells me that it will give a password mismatch if it cant

Re: Can't chdir to directory on mapped share, no such directory? (SOLVED)

2006-04-03 Thread Kenneth Porter
--On Thursday, March 30, 2006 4:52 PM -0800 Kenneth Porter [EMAIL PROTECTED] wrote: I'm using cwRsync which incorporates rsync-2.6.7 with Cygwin. I've got it set up as a server and it works for local directories but when I try to set up a module with path /cygdrive/m/dirname it tells me that

Rsync decides to copy all old files to WinXP based server

2006-04-03 Thread Alex Janssen
Hi, I've been using rsync to create backup copies of all my data files on my Linux laptop to my Windows XP Home based desktop for about 6 months now. Been working as it should, copying only files that changed since the last backup. The first backup I ran after the time change to Daylight

Re: Rsync decides to copy all old files to WinXP based server

2006-04-03 Thread Craig Barratt
Alex Janssen writes: I've been using rsync to create backup copies of all my data files on my Linux laptop to my Windows XP Home based desktop for about 6 months now. Been working as it should, copying only files that changed since the last backup. The first backup I ran after the time

Re: Rsync decides to copy all old files to WinXP based server

2006-04-03 Thread Wayne Davison
On Tue, Apr 04, 2006 at 12:12:32AM -0400, Alex Janssen wrote: The first backup I ran after the time change to Daylight Saving Time it wanted to copy all of the files regardless of the timestamp. Check out this excellent write-up of the MS Windows brain damage that causes this in this old