I’m attempting to run a backup from a Macbookpro over to my backup drive on an imac.
This has worked in the past from other machines to this backup drive, but with this mac I keep getting a failure like this, during “listing all chunks”:
Failed to list the directory chunks/73/:unexpected EOF
Each time the specific directory where it fails is different. It is not always 73.
I am doing this backup via SFTP, using a special backups user I have created.
Just to be sure, I did a chown of the entire duplicacy folder on the destination drive.
I have also checked that I can do a directory listing of the affected directories as this user ‘backups’. e.g.:
> ls 73
000a242dd91b780206ed8d26ccb6f2ab1d55cdde270315b839ba79d6d83a23
001c7b683b40ef073ad81061002051e358466aef6ee19ba7fdf7f0bb3b386b
00358c0a969494140028fdc5363f55cb06442f47d275807814959484b58599
...
(no errors raised during extensive listing)
I initially thought it was maybe because one of the systems was going to sleep during a very long listing. So I connected the systems via ethernet, and watched/waited while a backup was attempted. With both systems definitely awake and active, I still got this error.
Is there something else I should try?
Thanks
Morgan