Move data storage to nfs mount on my nas
That was an easy task:- service apache2 stop
- mkdir -p /mnt/nfs/nas1/owncloud/data
where /mnt/nfs/nas1 is the mount point of my nas device - cd /var/lib/owncloud/data
- cp -r * /mnt/nfs/nas1/owncloud/data
- chown -R www-data:www-data /mnt/nfs/nas1/owncloud/data
- cd /usr/share/owncloud
- rm data
- ln -s /mnt/nfs/nas1/owncloud/data data
- service apache2 start
first impressions so far
file encryption is slow, but that was to be expectedroundcube is an option (it works with gnupg) - this will be the next step an I will test it with imap to my google mail (I do use this @home with evolution and gnupg), before chosing, setting up and configuring a MTA
No comments:
Post a Comment