cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible?

tytanix
Champ in-the-making
Champ in-the-making
Is it possible to create, in Alfresco, only a logic tree of the directories and files stored on a server without move them phisically into Alfresco?
If so, can I also associate to the elements of this hypotetical tree the metadatas retrieved from the respective files and link every element to the corresponding file stored on the server?
I need help for a big work, but I'm new in Alfresco. Thanks for every answer.
I'm working on Alfresco 4.2c Community Edition
6 REPLIES 6

parzgnat
Star Contributor
Star Contributor
You might want to take a look at the Bulk Import Tool that's included in Alfresco.  The tool can be used to import files and folders from a filesystem.  There are two options when using the bulk import tool:

1.  Streaming Import - where the content is streamed (copied) from the file system into Alfresco
2.  In-Place Import - imports files that already exist within the repository content store (meaning that you can just move them into the storage location without having to create a copy). This can result in a significant performance improvement.

If you have metadata to import along with the files/folders, there is a way to create side-car XML files that contain the metadata, which will automatically set the metadata on the files/folders in Alfresco when they're imported.  Unfortunately the in-place upgrade option is only available in the Enterprise edition of Alfresco.

Here is a link to the bulk import tool user guide
http://docs.alfresco.com/4.1/index.jsp?topic=%2Fcom.alfresco.enterprise.doc%2Fconcepts%2FBulk-Import...

tytanix
Champ in-the-making
Champ in-the-making
Thank you very much for your answer, i will try this solution.
Another question, is there a method to automatically upload files from a server to alfresco?
My problem is that i don't want to force my colleagues to change their method of storing files. So, i'd like to create a system that change automatically the files in alfresco, even if they are created, modified or deleted directly on the server without pass through Alfresco.

mrogers
Star Contributor
Star Contributor
Changing files behind alfresco would cause chaos.  And at that point it is not alfresco that is "managing" the files, for example all alfresco's security would be bypassed as would any features like locking or versioning.

You can use a filesystem projection for alfresco instead.

tytanix
Champ in-the-making
Champ in-the-making
Thanks for the answer,
Do you mean that i can create a projection of the alfresco filesystem? But if i choose this way, can i see and mange it like a normal filesystem's directory or i must pass through alfresco management pages?

mrogers
Star Contributor
Star Contributor
it looks like a normal filesystem.

tytanix
Champ in-the-making
Champ in-the-making
Thank you very much this is perfect.
Could you tell me how to do this or link me an how to guide?