Rsync "close failed" problem
This is my command:
rsync -vrlptn --delete x/ cromleholme/x/
Program appears to run for a while, listing files, then fails with these messages:
rsync: close failed on "/mnt/cromleholme/v/text/old/old/1996.ltr/.$skelqw.ltr.wu3H6f": Input/output error (5)
rsync error: error in file IO (code 11) at receiver.c(856) [receiver=3.1.0]
New folders are created, but no files copied.
Target system is an old but reliable Snap NAS box, mounted with this in fstab:
//172.16.0.251/SHARE1 /mnt/cromleholme cifs user=
#/172.16.0.251/SHARE1 /mnt/cromleholme cifs async,user= (tried this too, but no difference)
There's plenty of free space, and an apparently identical rsync command used to work fine from a different source system. Failing source is Lubuntu 14.10 32-bit, fully updated.
Any help will be welcome!
|