Howdy,
when you want to run owncloudcmd to run a regular backup of your owncloud data and save it to a cifs/nfs share and you get an error message:
sqlite3_compile error: database is locked - on query PRAGMA quick_check;
make sure to mount it using the “nolock” option.
//192.168.2.101/backup /mnt/backup cifs uid=1000,gid=1000,nolock 0 0
Cheers
Andre