Transactional File Locking

ownCloud’s new transactional file locking mechanism operates differently than the old File Locking application, and will eventually replace it. If you elect to use the new file locking mechanism make sure you disable the File Locking app.

The new file locking mechanism has these capabilities:

 * Operates at a higher level than the filesystem, so you don’t need to
   use a filesystem that supports locking
 * Locks parent directories so they cannot be renamed during any
   activity on files inside the directories
 * Releases locks after file transactions are interrupted, for example
   when a sync client loses the connection during an upload
 * Manage locking and releasing locks correctly on shared files during
   changes from multiple users
 * Manages locks correctly on external storage mounts
 * Manages encrypted files correctly

You must install the Redis server and |php-redis| module for the new file locking to work. On Debian/Ubuntu/Mint this is |redis-server| and |php5-redis|, and on Red Hat/CentOS/Fedora is it |redis| and |php-pecl-redis| from the EPEL repository.

After installing Redis you must enter a simple configuration in your |config.php| file, like ~~~~+
a.s.o.

maybe needs php-redis ans some files ;)

https://doc.owncloud.org/server/8.1/admin_manual/configuration_files/files_locking_experimental.html

best regards
Blacky

_______________________________________________
OM-Cooker mailing list
[email protected]
http://ml.openmandriva.org/listinfo.cgi/om-cooker-openmandriva.org

Reply via email to