Re: What did you think of Omniture's meeting space?

2007-11-14 Thread John M. Anderson
On Nov 14, 2007 11:47 PM, Ryan Simpkins <[EMAIL PROTECTED]> wrote: > We had about 30 people show up for the meeting tonight. What did you all > think? Did you like the facilities? We didn't have the usual conference > room > setup (table/power outlets). Was that a big deal? Did you like the social

What did you think of Omniture's meeting space?

2007-11-14 Thread Ryan Simpkins
We had about 30 people show up for the meeting tonight. What did you all think? Did you like the facilities? We didn't have the usual conference room setup (table/power outlets). Was that a big deal? Did you like the social networking aspect after the meeting? Just looking for some feedback, -Ryan

Re: rsync not honoring excludes

2007-11-14 Thread Alex Esplin
On Nov 14, 2007 11:09 PM, Wade Preston Shearer <[EMAIL PROTECTED]> wrote: > I have an rsync command in one script that works. I have another that > is set up the same way in another script that doesn't. Can anyone see > anything wrong with this? > > The command: > > rsync -auczve ssh --delete --sta

rsync not honoring excludes

2007-11-14 Thread Wade Preston Shearer
I have an rsync command in one script that works. I have another that is set up the same way in another script that doesn't. Can anyone see anything wrong with this? The command: rsync -auczve ssh --delete --stats --exclude-from=/path/to/ exclude_file /path/to/something/ secret.remote.serve