On Tue, 2020-02-11 at 22:59 +0100, Johannes Berg wrote:
>
> > The CIFS partition is mounted with options :
> > defaults,credentials=/etc/fstab.d/cred.timecaps,sec=ntlm,uid=axelle,gid=users,noauto,vers=1.0
> >
> > I tried with a BUP_DIR on another partition (ext3) and it worked without errors.
>
> Good to know, so it really is CIFS specific.
FWIW, I couldn't even reproduce this with a CIFS filesystem.
But my options were something like
rw,relatime,vers=1.0,cache=strict,username=...,domain=...,
uid=0,noforceuid,gid=0,noforcegid,addr=...,file_mode=0755,
dir_mode=0755,soft,nounix,mapposix,rsize=61440,wsize=65536,
bsize=1048576,echo_interval=60,actimeo=1
and I didn't try to make a large backup, just a very small one.
johannes