On Jun 18, 2011, at 9:19 AM, Stuart McGraw wrote:
> On 06/16/2011 10:38 AM, Christian Manal wrote:
>> Am 16.06.2011 18:12, schrieb Stuart McGraw:
>>> I am having some difficulty specifying a fileset.
>>>
>>> I want to exclude all dot files in home directories
>>> ("/home/*/.*"), *except* the di
Hello,
> I want to exclude all dot files in home directories
> ("/home/*/.*"), *except* the directories "/home/*/.backup/".
>
> Any hints on how to do this?
If you want to exclude dot _files_ (i.e. you don't care about
directories whose name starts with a dot other than .backup), and
assuming y
On 06/16/2011 10:38 AM, Christian Manal wrote:
> Am 16.06.2011 18:12, schrieb Stuart McGraw:
>> I am having some difficulty specifying a fileset.
>>
>> I want to exclude all dot files in home directories
>> ("/home/*/.*"), *except* the directories "/home/*/.backup/".
>>
>> Any hints on how to do