There is a problem with undesirable caching of a file by davfs2. A large backup .tar.gz file (4052 Mb) is created on another partition and uploaded. During the process, its copy is created at /var/cache/davfs2/ and results in unnecessary occupation of disk space on main partion.
Cache-related options were disabled /etc/davfs2/davfs2.conf and were accepted by davfs2 but had no positive effect:
cache_size 0
delay_upload 0
Here's a relevant piece of syslog:
Mar 27 03:00:01 ubuntu mount.davfs: davfs2 1.4.7
Mar 27 03:00:01 ubuntu mount.davfs: /sbin/mount.davfs <...> -o rw
<...>
Mar 27 03:12:16 ubuntu mount.davfs: open files exceed max cache size by 4052 MiBytes
How can caching behaviour be totally disabled, so no space would be wasted for davfs2 cache?