Adam Weremczuk wrote: > The last few line before termination were: > > 47,997 100% 2.29MB/s 0:00:00 (xfr#19403697, to-chk=0/25525501) > rsync: [receiver] mkstemp > "/mnt/nvme0n1p1/data-mirror/20241231/.task_id.OyhQxa" failed: No space left > on device (28) > sent 1,889,449,185,360 bytes received 387,102,958 bytes 48,283,396.69 > bytes/sec > total size is 2,087,584,400,832 speedup is 1.10 > rsync error: some files/attrs were not transferred (see previous errors) > (code 23) at main.c(1338) [sender=3.2.7]
What's the size of this last copied file in the source directory? Please note that the source file name might be slighlty different from the temporary file name, used during the copy. My assumption is, that the file is something like that: /mnt/sdb1/data-mirror/.task_id or: /mnt/sdb1/data-mirror/task_id To get the size of the source file, just do: du -h /mnt/sdb1/data-mirror/.task_id* /mnt/sdb1/data-mirror/task_id* My assumption is: this source file has over 1.7 TB size, and as your target disk has 3.7 TB size, and the target disk is already 1.1 TB full, it won't fit. Best regards, Klaus. -- Klaus Singvogel GnuPG-Key-ID: 1024R/5068792D 1994-06-27