Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 355 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 355 Bytes

nextcloud_setup

data directory on nfs

# show nfs list
showmount -e x.y.z.35

# /etc/fstab entry
x.y.z.35:/volume1/nextcloud /mnt/nextcloud_nfs defaults 0 0

# create directory
mkdir /mnt/nextcloud_nfs/ncdata
chown -R www-data:www-data /mnt/nextcloud_nfs
chmod -R 755  /mnt/nextcloud_nfs

# move data directory
x.y.z.35:4443/?app=nc-datadir