Archive from Fileshare Automatically
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2019 09:21 PM
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
Labels:
- Labels:
-
Alfresco Content Services
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2019 03:57 PM
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
