cancel
Showing results for 
Search instead for 
Did you mean: 

Archive

thomasbzh
Champ in-the-making
Champ in-the-making
Hello all,

I would like to change the settings to archive files. I would like move all .bin directly in only one file (contenstore for example) and not classified by years, months, etc.
Is there a file,  a script where I can modify that?


Thanks and regards

Thomas

2 REPLIES 2

openpj
Elite Collaborator
Elite Collaborator
No, you should reimplement the Alfresco component named fileContentStore.
You will find this component declared as a Spring bean.

Please open a ticket to the Alfresco support, if you are using Alfresco Enterprise, before starting to reimplement this bean. I'm not sure that you can re-implement this bean without affect the subscription.

Hope this helps.

thomasbzh
Champ in-the-making
Champ in-the-making
Thank you for your answer, so I used an other method with a script : find . -name "*.bin" -exec mv {} ~/Destination \; and now it's okay!