Re: remote logging non-daemon mode

2007-12-10 Thread Matt McCutchen
Doug, you might have figured some of this out already but I want to make sure you are fully informed: On Fri, 2007-12-07 at 14:29 -0500, Doug Lochart wrote: > I am going to take this approach and mix it with something else I > thought of but I still have a few questions. I am playing with am > rs

Re: remote logging non-daemon mode

2007-12-07 Thread Doug Lochart
Nevermind. I figured it out after some trial and error. Basically I have my forced ssh command script intercepting the rsync call and setting the parameters myself. Thanks all of for your help. I still may have more questions but so far it is looking good! Doug On Dec 7, 2007 2:29 PM, Doug Lo

Re: remote logging non-daemon mode

2007-12-07 Thread Doug Lochart
Matt, Questions for you based on your earlier response > > Anyway, it's easy do a secure rsync daemon setup with ssh connections > and authentication. Make a separate daemon configuration file for each > user listing only the modules he/she is allowed to access. Then set > each user's forced co

Re: remote logging non-daemon mode

2007-12-06 Thread Matt McCutchen
On Thu, 2007-12-06 at 09:55 -0500, Doug Lochart wrote: > Each client creates its own SSH tunnel via port forwarding. The > rsync client then sets the target to localhost and the local port of > the tunnel. The remote end is port 873 of the rsync server machine > with a daemon running. Each user

remote logging non-daemon mode

2007-12-06 Thread Doug Lochart
On Dec 6, 2007 12:52 AM, Matt McCutchen <[EMAIL PROTECTED]> wrote: > On Wed, 2007-12-05 at 23:21 -0500, Doug Lochart wrote: > > Now I am having another issue and that is passing a log format in the > > rsync-path. I can see it is coming over but for some reason a defauly > > --log-format=%o is ap

Re: remote logging non-daemon mode

2007-12-05 Thread Matt McCutchen
On Wed, 2007-12-05 at 23:21 -0500, Doug Lochart wrote: > Now I am having another issue and that is passing a log format in the > rsync-path. I can see it is coming over but for some reason a defauly > --log-format=%o is appended after --server is added by rsync. This > effectively overrides the l

remote logging non-daemon mode

2007-12-05 Thread foner-rsync
> Date: Wed, 5 Dec 2007 23:21:27 -0500 > From: "Doug Lochart" <[EMAIL PROTECTED]> > Each module needs to be protected from the others so if a user logs in with > their credentials they should not have access to any other module. It > would take a user knowing the name of ano

Re: remote logging non-daemon mode

2007-12-05 Thread Doug Lochart
On Dec 5, 2007 9:59 PM, Matt McCutchen <[EMAIL PROTECTED]> wrote: > On Tue, 2007-12-04 at 15:59 -0500, Doug Lochart wrote: > > Greetings all. Due to security concerns we are switching our backup > > processes from "SSH tunnel to rsync daemon" to "Running rsync over ssh > > in --server mode". In

Re: remote logging non-daemon mode

2007-12-05 Thread Matt McCutchen
On Tue, 2007-12-04 at 15:59 -0500, Doug Lochart wrote: > Greetings all. Due to security concerns we are switching our backup > processes from "SSH tunnel to rsync daemon" to "Running rsync over ssh > in --server mode". In daemon mode we had a nice conglomerate log file > of all of the backups tha

remote logging non-daemon mode

2007-12-04 Thread Doug Lochart
Greetings all. Due to security concerns we are switching our backup processes from "SSH tunnel to rsync daemon" to "Running rsync over ssh in --server mode". In daemon mode we had a nice conglomerate log file of all of the backups that ran. Now that I am tweaking the scripts to run over --server