I’ve found other posts mentioning I/O errors but the solution did not seem applicable to my setup.
I’m trying to backup my Unraid appdata
folder but I’m encountering an I/O error that I don’t understand:
2024-07-24 06:06:20.191 ERROR CHUNK_MAKER Failed to read 0 bytes: read /backuproot/mnt/user/appdata/paperless/pgdata/pg_wal/000000010000000000000023: input/output error
2024-07-24 06:06:29.674 INFO INCOMPLETE_SAVE Incomplete snapshot saved to /cache/localhost/0/.duplicacy/cache/external-disk/incomplete_snapshot
Failed to read 0 bytes: read /backuproot/mnt/user/appdata/paperless/pgdata/pg_wal/000000010000000000000023: input/output error
I’ve made sure that I can manually copy this file from the specified location to /tmp
and it works as expected. The Duplicacy container is running in privileged mode, so I don’t think it should be a permissions issue. The backup target is an external hard drive mounted to /mnt/external-backup/
. I also have a backup pointing to a Google Drive directory and get the exact same error. Please let me know if you need more details!