all thanks,
Marco
-Original Message-
From: Mark Burgess [mailto:cont...@cfengine.com]
Sent: Tuesday, April 20, 2010 2:42 PM
To: Lebel, Marco
Cc: fo...@cfengine.com; help-cfengine@cfengine.org
Subject: Re: Cfengine Help: Re: RE: Cfengine Help: Re: rename on copy
I think you are trying to
So here is what I have tried:
body common control
{
version => "1.0.0";
inputs => { "homeLibrary.cf" };
bundlesequence => { "rename_test" };
}
bundle agent rename_test
{
files:
"/tmp/marco"
file_select => include("(.*)\.dr"),
depth_search => recurse
I was about to test the $(match.n) option
Something like
"dest/dir"
file_select => include("(.*)\.dr"),
rename => mvto("$(match.1)"),
...
...
...
Are you telling me that it is not supported?
Me,
-Original Message-
From: help-cfengine-boun...@cfengine.org
[mailto:help-c