Re: Hierarchical Copying

2012-04-17 Thread Nick Anderson
On 04/17/2012 01:08 AM, Diego Zamboni wrote: > It shouldn't - what are you using to compare? If using times, could it > be > that the mtimes of the files are such that only the first one is > copied? Otherwise it might be a bug. Ah yes, I did some more testing this morning. Fresh look always help

Re: Hierarchical Copying

2012-04-16 Thread Diego Zamboni
> I don't understand why the non digest based copy works without > files_single_copy though. It shouldn't - what are you using to compare? If using times, could it be that the mtimes of the files are such that only the first one is copied? Otherwise it might be a bug. --Diego

Re: Hierarchical Copying

2012-04-16 Thread Nick Anderson
On 04/16/2012 09:22 PM, Diego Zamboni wrote: > Hi Nick, > > You are missing the files_single_copy attribute: > > body agent control > > { > # Single copy for all files > files_single_copy => { ".*" }; > } A! thank you! Now dcp seems to work as expected. I don't understand why the non dig

Re: Hierarchical Copying

2012-04-16 Thread Diego Zamboni
Hi Nick, You are missing the files_single_copy attribute: body agent control { # Single copy for all files files_single_copy => { ".*" }; } --Diego On Apr 16, 2012, at 9:17 PM, Nick Anderson wrote: > Am I missing something obvious here? It seems like if I try to do a > hierarchical copy and

Hierarchical Copying

2012-04-16 Thread Nick Anderson
Am I missing something obvious here? It seems like if I try to do a hierarchical copy and use digest it wont stop after copying the first file. cf-agent -KIf ./test_single_copy_local.cf -> Created file /tmp/test/test.1, mode = 600 -> Edited file /tmp/test/test.1 -> Created file /tmp/test/test,