Chris Pioli a écrit : > Hi everyone, > Hi, > We are looking at using an HSM system to migrate files from Nuxeo to a tape > archive. In order to do this, files we put into Nuxeo have to be on a file > system. Through viewing the documentation and experimentation, it looks like > Nuxeo writes files to blobs. Is there a way or method to write files ingested > into Nuxeo to a file system instead of a blob? If so, could someone give us > some pointers or examples of how this might be done? > Depending on your repository settings the files (blobs) can be stored in a SQL DB or in the filesystem. If you use JackRabbit with a SQL Persistence manager you can set the external blob flag to true in order to let JackRabbit store the blobs directly on the filesystem. Please see : http://doc.nuxeo.org/5.1/books/nuxeo-book/html-single/#admin-database-configuration http://wiki.apache.org/jackrabbit/PersistenceManagerFAQ
> Thanks, > > Chris > > _______________________________________________ > ECM mailing list > [email protected] > http://lists.nuxeo.com/mailman/listinfo/ecm > _______________________________________________ ECM mailing list [email protected] http://lists.nuxeo.com/mailman/listinfo/ecm
