Re: rsyncd users/passwords in a database (mysql, postgresql)?

2010-05-29 Thread Wayne Davison
On Sat, May 29, 2010 at 10:49 AM, Tomasz Chmielewski wrote: > Still, if I understand correctly, I would need plain text passwords in the > database? > > I.e. I wouldn't be able to use a md5 / sha password from some other user > auth system without changing rsync protocol? Right. It should be po

Re: --delete and --files-from

2010-05-29 Thread Wayne Davison
On Mon, May 24, 2010 at 8:50 AM, Leon Castellanos wrote: > Does anyone know if –delete can work with –files-from? > That depends on what you're expecting to be deleted. Rsync only deletes files from within directories that it sends, so any directories mentioned in the --files-from list will hav

Re: rsyncd users/passwords in a database (mysql, postgresql)?

2010-05-29 Thread Tomasz Chmielewski
Am 29.05.2010 19:17, Wayne Davison wrote: On Thu, May 27, 2010 at 8:45 AM, Tomasz Chmielewski mailto:man...@wpkg.org>> wrote: Is it possible to make rsync (in daemon mode) fetch the users from a database (mysql, postgresql), instead of storing them in plain text "secrets file"? Tha

Re: rsyncd users/passwords in a database (mysql, postgresql)?

2010-05-29 Thread Wayne Davison
On Thu, May 27, 2010 at 8:45 AM, Tomasz Chmielewski wrote: > Is it possible to make rsync (in daemon mode) fetch the users from a > database (mysql, postgresql), instead of storing them in plain text "secrets > file"? That is not currently possible, but would be fairly easy to add in authentica

Re: skipping and not finding batched updates with extra --link-dest?

2010-05-29 Thread Wayne Davison
On Fri, May 14, 2010 at 12:54 AM, Michael Tokarev wrote: > I add extra --link-dest argument on the receiving end, to simplify finding > identical files. That is not supported because it can radically change what rsync is doing. You may have an update in the batch file that is based on a differ

Re: What rsync freeze?

2010-05-29 Thread Wayne Davison
On Sat, May 29, 2010 at 7:03 AM, Peng Yu wrote: > I observe that rysnc sometimes freeze and have to type to let it > continue. I don't see anything in your command that would stop to prompt from the keyboard except perhaps the remote shell you're using. ..wayne.. -- Please use reply-all for

DO NOT REPLY [Bug 7454] assertion failed in finish_hard_link()

2010-05-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7454 --- Comment #2 from way...@samba.org 2010-05-29 10:02 CST --- Another way to potentially help is to upgrade both sides to 3.1.0dev (via the git repo or the latest nightly tar file) and use --debug=hlink3 for the transfer. Capture all th

DO NOT REPLY [Bug 7454] assertion failed in finish_hard_link()

2010-05-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7454 way...@samba.org changed: What|Removed |Added Status|NEW |ASSIGNED --- Comment #1 from way.

DO NOT REPLY [Bug 7450] When a single file is specified, the exclusion of it in the exclude-from file is ignored

2010-05-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7450 --- Comment #4 from way...@samba.org 2010-05-29 09:48 CST --- Alternately, if you want to specify an absolute path, use a filter file with the slash (/) modifier. i.e., if you put this in your /tmp/test/exclude file: -/ /tmp/test/1/foo

Re: rrsync with --delete

2010-05-29 Thread Wayne Davison
On Wed, May 19, 2010 at 3:58 AM, Juergen Steinhauer wrote: > is it possible to get rrsync with the "--delete" option working? > Or is the rsync server really started unidirectional in this special > scenario? > The default rrsync script does not disable --delete. Perhaps you're using a modified

DO NOT REPLY [Bug 7456] exclude directory based on presence of a file

2010-05-29 Thread samba-bugs
https://bugzilla.samba.org/show_bug.cgi?id=7456 --- Comment #1 from way...@samba.org 2010-05-29 09:30 CST --- If you put "- *" into that file and use the filter option "--filter=': .exclude", then rsync will exclude all the files/dirs from within that directory (just not the directory

What rsync freeze?

2010-05-29 Thread Peng Yu
I observe that rysnc sometimes freeze and have to type to let it continue. Is this a bug? How to fix this problem? The following is the command that I use. rsync -tavzP -delete from remote:to -- Regards, Peng -- Please use reply-all for most replies to avoid omitting the mailing list. To unsu