On Sun, 2 Sep 2018, Hans-Joachim Kliemeck wrote: > remote cifs server: > seems to be a proftpd with mod_sftp (with CIFS Unix Extensions), but i This sounds....rather exotic :-) I tried to emulate your setup with a standard Samba v4.8.2 server but could not reproduce the issue: # mount | tail -2 //sid0/test on /opt/backup/remote-encrypted type cifs (rw,relatime,vers=1.0,sec=none,cache=strict,domain=SID0,uid=0,noforceuid,gid=0,noforcegid,addr=192.168.56.130,unix,posixpaths,serverino,mapposix,acl,rsize=1048576,wsize=65536,echo_interval=60,actimeo=1) /opt/backup/remote-encrypted on /opt/backup/remote type ecryptfs (rw,relatime,ecryptfs_sig=5e0685315ad3478b,ecryptfs_cipher=aes,ecryptfs_key_bytes=32,ecryptfs_unlink_sigs) ...and rsync did finish w/o errors. So maybe we'd need to look at the server's mod_sftp log files to see what's going on here..? Note: Hetzner appears to support many other backup mechanisms[0], including BorgBackup, that may be something to look into. Christian. [0] https://wiki.hetzner.de/index.php/Backup -- BOFH excuse #355: Boredom in the Kernel.