Re: Max size to the exclude = line?

Miek Gieben <[email protected]> Thu, 15 Jul 2004 13:52:32 +0200
Newsgroups gmane.comp.sysutils.backup.hdup.general
Message-ID <[email protected]>
[On 15 Jul, @13:33, Rob wrote in "Re: [hdup-user] Max size to th ..."]
> My vote:
> Fixing gpg and some minor stuff -> release 1.6.33 (34?)
> 
> Add warning when MAXPATHLEN is exceeded.

I'm not sure how long your configfile lines are, but:
/* fix warning on Cygwin */
#ifndef MAXPATHLEN 
#define MAXPATHLEN 256
#endif /* not MAXPATHLEN*/

in other words MAXPATHLEN is defined by the OS, in my case
(linux/debian) its 4096. You are hitting that limit?

grtz Miek