Hi,
You can mount the data remote directory over SSH (see SSHFS) or using NFS, Samba, ... You could also look at using a local data directory but set its binary part as remote. For instance, the Amazon S3 online storage addon (https://connect.nuxeo.com/nuxeo/site/marketplace/package/amazon-s3-online-storage) stores the binaries in an Amazon S3 bucket. You may want to look at its code (https://github.com/nuxeo/nuxeo-core-binarymanager-s3) and write your own binaries remote storage addon. --- Mailing list: [email protected] Forum: http://forum.nuxeo.org/f/1/
