I recently increased disk size for a container from 40GB to 125GB (and currently using ~85GB). Since then, my scheduled backups are failing with different exit codes. I've seen exit codes 10, 11, and 23. I read that it's possible for /var/tmp to fill up, so I made that a symlink to another location with ample capacity. After that point, I'm only seeing exit code 23.
I ran the rsync command from the error output manually, adding the -v option so I could see what was causing problems. I'm seeing a lot of messages like this
I ran a backup with the container powered off and there were no issues, but currently the snapshot mode backups are having this issue. Any thoughts on what I can check at this point?
I ran the rsync command from the error output manually, adding the -v option so I could see what was causing problems. I'm seeing a lot of messages like this
rsync: [generator] set_acl: sys_acl_set_file(var/log/journal/72140ec7474641fa901709d4ba0ffd09/user-1000@b0565d7cec744d2ba77d1df12028c089-00000000000181df-0005fc3146da997d.journal, ACL_TYPE_ACCESS): Operation not supported (95)
I ran a backup with the container powered off and there were no issues, but currently the snapshot mode backups are having this issue. Any thoughts on what I can check at this point?