@james I'd like to get to the bottom of why my rsync Nextcloud and Jellyfin backups always fail the integrity check.
I'm pretty certain it's not something happen during the backup process because if that were the case it'd only happen on some rare occasions when I'm active during the backup process, but it is literally every single rsync back up with both of these apps.
Nextcloud always seems to say:
Failed to verify 2026-05-31-000001-449/app_office.uniteddiversity.coop_v5.8.2: Cannot read properties of undefined (reading 'size')
and
Jellyfin similarly always seems to say:
Failed to verify 2026-05-31-000001-449/app_media.uniteddiversity.coop_v1.13.7: Cannot read properties of undefined (reading 'size')
So both seem to be having the same issue:
Cannot read properties of undefined (reading 'size')
It doesn't happen on my other Nextcloud instance.
Any idea how we might get to the bottom of it?
BTW: out of interest I figured I'd try doing what you suggested previously (even though I don't really see how that'd help us work out what's going on) I tried to put the Nextcloud into maintenance mode using this command as per https://docs.nextcloud.com/server/stable/admin_manual/maintenance/backup.html#maintenance-mode
$ sudo -E -u www-data php occ maintenance:mode --on
But that just returned:
bash: $: command not found

