[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-12-02 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 [EMAIL PROTECTED] changed: What|Removed |Added Attachment #1604 is|0 |1 obsolete|

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-12-02 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 --- Comment #9 from [EMAIL PROTECTED] 2005-12-02 21:23 MST --- (In reply to comment #8) > Thanks for the suggested patches. I agree that those continue statements > after > select() returns -1 look like they should be improved, but I'm

[Bug 3277] [Feature req] "I couldn't do something you asked" warning

2005-12-02 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3277 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #1 from [EM

[Bug 3271] Rsync instances stay in memory when using in daemon mode

2005-12-02 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3271 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #8 from [EM

Re: parallel tree recursion

2005-12-02 Thread Matt McCutchen
On Sat, 2005-12-03 at 00:56 +0100, Christoph Biedl wrote: > Phil Howard wrote... > > It would also be nice if rsync didn't have to collect the entire tree in > > RAM all at once, but instead, both source and destination could recurse > > their respective trees in sync with each other and copy, crea

Re: parallel tree recursion

2005-12-02 Thread Christoph Biedl
Phil Howard wrote... > I have some very large directories I'd like to syncronize. Total time to > scan through these millions of files is a substantial portion of an hour > or even exceeds it. It just goes slower if these large critical time blocks > have to be done sequentially. Yeah, same her

parallel tree recursion

2005-12-02 Thread Phil Howard
How hard would it be to have rsync do the file recursion scan on both the source tree and the destination tree at the same time in parallel? Would that require a protocol change, or could just a program change be enough? I have some very large directories I'd like to syncronize. Total time to sc

Re: trying to understand --include and --exclude

2005-12-02 Thread Phil Howard
On Sun, Nov 27, 2005 at 05:13:30PM -0500, Aaron Morris wrote: | I think you are trying to include too many things in a single | include/exclude statement. You need to break everything down to | files, folders, and sets of files in a single folder. For example, if | you want to transfer a file 3

RE: Re: ftp:// error

2005-12-02 Thread tony
[EMAIL PROTECTED] wrote: > >On Fri, 2005-12-02 at 17:41 +, Manuel >López-Ibáñez wrote: >> I am sorry, the rsync algorithm needs to execute >rsync on the server. >> Since ftp does not allow executing remote >programs (as ssh does), even >> if there exists a rsync executable installed in >the s

Re: ftp:// error

2005-12-02 Thread Matt McCutchen
On Fri, 2005-12-02 at 17:41 +, Manuel López-Ibáñez wrote: > I am sorry, the rsync algorithm needs to execute rsync on the server. > Since ftp does not allow executing remote programs (as ssh does), even > if there exists a rsync executable installed in the server and you have > permission to

Re: Deleted remote directories not being removed locally

2005-12-02 Thread Wayne Davison
On Fri, Dec 02, 2005 at 03:21:13PM -0500, David Filion wrote: > Why does the dry-run indicate the directory is deleted, but when run > with out the dry-run flag, it is not? An exclude has two actions: it hides items on the server side, and it protects items on the client side. If a directory con

Re: Deleted remote directories not being removed locally

2005-12-02 Thread David Filion
Wayne Davison wrote: On Fri, Dec 02, 2005 at 10:00:14AM -0500, David Filion wrote: rsync -v --stats -d --include='+ */' --include='- *' --force --delete-during --backup \ --backup-dir=/mnt/backups/_DELETED 192.168.0.2::'ucp/*' . Read the first two paragraphs from the --delete option

Re: ftp:// error

2005-12-02 Thread Brad Rigden
Here are some suggestions for ftp clients: ftp wget ncftp all of the above can be scripted and automated to download or upload specific files. Regards, Brad. On 2 Dec 2005, at 17:25, Marten Lehmann wrote: Hello, from a server where neither a rsync daemon nor ssh is running I'm trying

[Bug 3298] New: --rsh option incorrectly interprets quotes

2005-12-02 Thread bugzilla-daemon
https://bugzilla.samba.org/show_bug.cgi?id=3298 Summary: --rsh option incorrectly interprets quotes Product: rsync Version: 2.6.6 Platform: x86 OS/Version: Linux Status: NEW Severity: normal Priority: P3 Co

Re: ftp:// error

2005-12-02 Thread Manuel López-Ibáñez
Of course, if someone can correct me or improve my answer, please feel free to do so, I am subscribed to this list to learn about rsync. Maybe we should consider this question for the FAQ. Best regards, Manuel. Manuel López-Ibáñez wrote: I am sorry, the rsync algorithm needs to execut

Re: ftp:// error

2005-12-02 Thread Manuel López-Ibáñez
I am sorry, the rsync algorithm needs to execute rsync on the server. Since ftp does not allow executing remote programs (as ssh does), even if there exists a rsync executable installed in the server and you have permission to execute it, using ftp you cannot execute it. So your command won't w

Re: ftp:// error

2005-12-02 Thread Jan-Benedict Glaw
On Fri, 2005-12-02 18:25:37 +0100, Marten Lehmann <[EMAIL PROTECTED]> wrote: > from a server where neither a rsync daemon nor ssh is running I'm trying > to backup the whole data with ftp. So my idea was to call rsync like this: > > rsync -v -a 'ftp://1.2.3.4/' my_folder Do you really expect a p

ftp:// error

2005-12-02 Thread Marten Lehmann
Hello, from a server where neither a rsync daemon nor ssh is running I'm trying to backup the whole data with ftp. So my idea was to call rsync like this: rsync -v -a 'ftp://1.2.3.4/' my_folder But this gives me: ftp: unknown host ftp: unknown host ftp: Unknown host rsync: connection unexpec

Re: Deleted remote directories not being removed locally

2005-12-02 Thread Wayne Davison
On Fri, Dec 02, 2005 at 10:00:14AM -0500, David Filion wrote: > rsync -v --stats -d --include='+ */' --include='- *' --force > --delete-during --backup \ > --backup-dir=/mnt/backups/_DELETED 192.168.0.2::'ucp/*' . Read the first two paragraphs from the --delete option in the rsync manpage: h

Deleted remote directories not being removed locally

2005-12-02 Thread David Filion
Hi, I'm using the following command to grab a list of directories, not their contents, from a source server and create them locally(a backup server) rsync -v --stats -d --include='+ */' --include='- *' --force --delete-during --backup \ --backup-dir=/mnt/backups/_DELETED 192.168.0.2::'ucp/*'