Re: Include files though directory excluded

2003-02-17 Thread jw schultz
On Tue, Feb 18, 2003 at 01:04:28AM -, Max Bowsher wrote: > Gregor Waluga wrote: > > + .kde/share/apps/kabc/ > > + .kde/share/apps/kbear/ > > + .kde/share/apps/kopete/ > > + .kde/share/apps/korganizer/ > > + .kde/share/apps/quanta/ > > + .gaim/ > > + .gaimrc > > + .OpenOffice/user/config/ > > +

Re: Include files though directory excluded

2003-02-17 Thread Max Bowsher
Gregor Waluga wrote: > + .kde/share/apps/kabc/ > + .kde/share/apps/kbear/ > + .kde/share/apps/kopete/ > + .kde/share/apps/korganizer/ > + .kde/share/apps/quanta/ > + .gaim/ > + .gaimrc > + .OpenOffice/user/config/ > + .OpenOffice/user/wordbook/ > - * > - .* + .kde/share/apps/kabc/ + .kde/share/app

Re: Include files though directory excluded

2003-02-17 Thread Max Bowsher
Gregor Waluga wrote: > Am Dienstag, 18. Februar 2003 01:04 schrieb Max Bowsher: > > Hi, > >>> My general problem is, that I want to use an include-file, where >>> also exludes are listed. Here's my file (base directory is >>> /home/gregor/): >>> - * >>> - .* >>> + .kde/share/apps/kabc/* >>> + .kde/

Re: Include files though directory excluded

2003-02-17 Thread Gregor Waluga
Am Dienstag, 18. Februar 2003 01:04 schrieb Max Bowsher: Hi, > > My general problem is, that I want to use an include-file, where also > > exludes are listed. Here's my file (base directory is /home/gregor/): > > - * > > - .* > > + .kde/share/apps/kabc/* > > + .kde/share/apps/kbear/* > > + .kde/s

Re: Include files though directory excluded

2003-02-17 Thread Max Bowsher
Gregor Waluga wrote: > Hi, > > I got a little question on the rsync-option include/exclude: > I excluded all hidden files in my home-directory but I want two files > to be included. I used following command: > > gregor@notebook:~> rsync -avzuPn -e ssh --exclude=.* --exclude=* > --include=.kderc --i

Include files though directory excluded

2003-02-17 Thread Gregor Waluga
Hi, I got a little question on the rsync-option include/exclude: I excluded all hidden files in my home-directory but I want two files to be included. I used following command: gregor@notebook:~> rsync -avzuPn -e ssh --exclude=.* --exclude=* --include=.kderc --include=.gaimrc /home/gregor/ 192.

rsync and extended attributes

2003-02-17 Thread Eric Chen
Hi, Right now rsync is unable to preserve extended attributes when copying files. I want to be able to copy files over from one XFS Linux machine to another XFS Linux machine over the network and I thought rsync would be better because it supports incremental backup. Also, rsync supports symlinks,

Re: rsync for DOS

2003-02-17 Thread Aaron W Morris
Because rsync requires cygwin to run, other solutions (such as unison) immediately become more attractive. Also, someone correct me if I am wrong, any limitation that cygwin has (files > 2GB, etc) rsync also inherits. At 11:49 AM 2/17/2003 +, you wrote: On Sunday 16 Feb 03, Chris Simmonds w

Re: Pb w/ >2GB files on AIX (4.3.3/5.1)

2003-02-17 Thread Dean
On Tue, Feb 11, 2003 at 10:41:46 -0800, jw schultz wrote: > > >mkstemp should have no need of a 64bit version. Why is this >an issue? mkstemp() generates a temporary file name and open the corresponding file with a 32bits system call (no 64bits version for this function in AIX libc). So I/O oper

Re: rsync for DOS

2003-02-17 Thread David Starks-Browning
On Sunday 16 Feb 03, Chris Simmonds writes: > I don't think it would be too difficult, but is there any point when > there is a fully functional Cygwin port? Huh? You can already get it from . Or did I misunderstand your question? (It's not so much a "port". It simply buil