Archive from Fileshare Automatically

cancel
Showing results for 
Search instead for 
Did you mean: 
shashankgowdad
Member II

Archive from Fileshare Automatically

I have a requirement where there is a Shared Drive with Millions of documents, I want Alfresco to scan the drive and archive documents only if they meet a criteria like the datemodified is older then 3 years, Is this possible in Alfresco

1 Reply
roberto_gamiz
Established Member II

Re: Archive from Fileshare Automatically

Hello,

I think that your best option could be a Scheduled Job:

Scheduled Jobs | Alfresco Documentation 

Inside the executer implementation you will have to implement , using the apropiated java libraries, the logic for connecting to the shared folder, selecting the files and upload  it to the repository.

Regards