help-cfengine
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

tidying across filesystems


From: John Borwick
Subject: tidying across filesystems
Date: Mon, 06 Dec 2004 11:01:52 -0500
User-agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.3) Gecko/20041110

Hey!  I'm using cfengine 2.1.10 on RHEL3.

I have a local filesystem "/u01", in which there is an old file "/u01/TEST.cfsaved". The below script, recursing under "/", does not delete TEST.cfsaved. If you replace "/" with "/u01", TEST.cfsaved *is* deleted.

I have tried an explicit "xdev=true", but that doesn't seem to help.

Is cfengine reluctant to tidy across filesystems? Do I need to work around this problem? How do other people remove their miscellany .cfsaved files?

Thanks!

Yours,
John

--begin--
control:
        actionsequence = ( tidy )

tidy:
        /
        pattern=*.cfsaved
        r=inf
        age=7
        type=ctime
--end--


--
           John Borwick
       System Administrator
      Wake Forest University | web  http://www.wfu.edu/~borwicjh
      Winston-Salem, NC, USA | GPG key ID             0x797326D5

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]