PDAadvisor.info is a new, most useful resource for Palm PDA users

2003-01-01 Thread gal
Got a Palm PDA? Tired of searching for decent software for it? Visit http://www.pdaadvisor.info ! The PDA Advisor has done all the work for you. You can't lose with the best-of-breed solutions he recommends! Are you aware that your PDA can be much more powerful? Visit

RE: am I missing something, or are permissions always preserved?

2003-01-01 Thread Green, Paul
Ben [mailto:[EMAIL PROTECTED]] I'm relatively new to rsync, but it seems to me that if there's an option to perserve permissions and you don't set it, then rsync shouldn't do anything with permissions. Sounds good, but recall how POSIX / Unix system calls work. To create a file, you have to

Simulating rdist?

2003-01-01 Thread va_public [EMAIL PROTECTED]
rsync is great for syncing 2 directory trees, but I want to maintain a master source tree on one machine and copy that to multiple machines. i.e. basically what rdist does The only way I can see of doing this with rsync is to have multiple cron jobs 0 * * * * rsync ... machine1:... 0 * * * *

GUVENDE MISINIZ ?

2003-01-01 Thread HACKER ve GUVENLIK REHBERI
TURKIYE'DE BIR ILK ! SADECE 15.000.000 TL HACKER ve GUVENLIK REHBERI CD'SI Hack ve Guvenlik konusunda bilmek istediginiz hersey,

RE: am I missing something, or are permissions always preserved?

2003-01-01 Thread Ben
I'm not sure what POSIX calls for, but on both Linux and AIX (the two unix OSes I have access to) I can leave off the mode arg when calling open(2). Granted, doing so gives me a mode that normally isn't so good, but in my case this would be fine, as I have samba forcing modes to be what I want

Re: Simulating rdist?

2003-01-01 Thread Dave Dykstra
See the BATCH MODE section in the rsync 2.5.5 man page. It's stil pretty new and experimental, so it may not do what you want, but currently it's the best that rsync can do. - Dave Dykstra On Wed, Jan 01, 2003 at 04:39:06PM -, va_public [EMAIL PROTECTED] wrote: rsync is great for syncing

Not preserving permissions really preserves some

2003-01-01 Thread tim_smithers
This appears to be a feature :-) I'm running rsync 2.5.5 on Solaris 8, and testing transferring files between two boxes with permission preservation turned *off*. I have three files: 700 with permissions 700 770 with permissions 770 777 with permissions 770 The umask for the target system is

Re: Simulating rdist?

2003-01-01 Thread yahoogroups
--- Dave Dykstra [EMAIL PROTECTED] wrote: See the BATCH MODE section in the rsync 2.5.5 man page. It's stil pretty new and experimental, so it may not do what you want, but currently it's the best that rsync can do. I dont quite understand. The man page mentions that it creates 4 files with

Re: Simulating rdist?

2003-01-01 Thread Jos Backus
On Wed, Jan 01, 2003 at 06:09:53PM -0800, [EMAIL PROTECTED] wrote: --- Dave Dykstra [EMAIL PROTECTED] wrote: See the BATCH MODE section in the rsync 2.5.5 man page. It's stil pretty new and experimental, so it may not do what you want, but currently it's the best that rsync can do. I