rsync and socket files on HP-UX

2004-07-02 Thread ulrich . tehrani
Hello, i tried to pull files from a linux server to a hp-ux server via rsync -avz -e /usr/bin/ssh [EMAIL PROTECTED]:/tmp /danzas1/dump/testle. It failed for the socket fails. receiving file list ... server_sender starting pid=20793 [sender] make_file(daemon,*,2) [sender] expand file_list to

Back to basics - Re: Q: Rsync, Batch: How to avoid the password ask ?

2004-07-02 Thread Stuart Halliday
Hi Tim, Thanks for the info ... and the congratulations ;) but now when I try to do this in a batch file : SET BSERVER=192.168.0.102 SET RSYNC_PASSWORD=bart2 rsync -av --delete /cygdrive/c/Doc/backup/Desktop/MesFavories.rar [EMAIL PROTECTED]::backup_pa I got the following error :

Re: Rsync * files only changed/created in the last 7 days .

2004-07-02 Thread Paul Slootman
On Thu 01 Jul 2004, Linux wrote: I'm trying to rsync an entire dir yet i only i want just what was created or changed in the past 7 days. I'm sure there is a way but i am just a bit unclear on the syntax that would make that happen. Use find -mtime -8 to generate the list, then use rsync

[Bug 1479] New: --compare-dest suppresses output file if same timestamp present

2004-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1479 Summary: --compare-dest suppresses output file if same timestamp present Product: rsync Version: 2.5.7 Platform: All OS/Version: Linux Status: NEW Severity:

[Bug 1479] --compare-dest suppresses output file if same timestamp present

2004-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1479 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Additional

[Bug 1487] New: Euro sign not working with filenames under Windows OS'es

2004-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1487 Summary: Euro sign not working with filenames under Windows OS'es Product: rsync Version: 2.6.2 Platform: x86 OS/Version: Windows XP Status: NEW Severity: normal

[Bug 1489] New: Corrupt transfer with the fuzzy option

2004-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1489 Summary: Corrupt transfer with the fuzzy option Product: rsync Version: 2.6.2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3

[Bug 1488] New: rusty-fuzzy.diff lacks a new file

2004-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1488 Summary: rusty-fuzzy.diff lacks a new file Product: rsync Version: 2.6.2 Platform: All OS/Version: Linux Status: NEW Severity: normal Priority: P3 Component:

[Bug 1488] rusty-fuzzy.diff lacks a new file

2004-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1488 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 1489] Corrupt transfer with the fuzzy option

2004-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1489 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 1487] Euro sign not working with filenames under Windows OS'es

2004-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1487 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED Resolution|

[Bug 1477] error in rsync protocol data stream (code 12) at io.c(836)

2004-07-02 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=1477 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Additional

CVS update: rsync

2004-07-02 Thread Wayne Davison
Date: Fri Jul 2 18:12:24 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv22268 Modified Files: cleanup.c Log Message: Tweaked some formatting. Revisions: cleanup.c 1.22 = 1.23

CVS update: rsync

2004-07-02 Thread Wayne Davison
Date: Fri Jul 2 18:23:57 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv24541 Modified Files: receiver.c Log Message: Some formatting tweaks. Revisions: receiver.c 1.85 = 1.86

CVS update: rsync

2004-07-02 Thread Wayne Davison
Date: Fri Jul 2 23:35:30 2004 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv29955 Modified Files: match.c Log Message: Optimized away a loop in hash_search(). Revisions: match.c 1.62 = 1.63

CVS update: rsync/patches

2004-07-02 Thread Wayne Davison
Date: Sat Jul 3 00:18:40 2004 Author: wayned Update of /data/cvs/rsync/patches In directory dp.samba.org:/tmp/cvs-serv7553 Modified Files: inplace.diff Log Message: Modified to work with the trunk's hash_search() optimization. Revisions: inplace.diff1.10 = 1.11