Xtrabackup 8.0.34 failure due to lost+found' directory

2024-06-25T15:59:05.067528-04:00 0 [ERROR] [MY-011825] [Xtrabackup] directory ‘lost+found’ is not readable by XtraBackup

Every file system in unix has the lost+found directory. How do we skip this

Only at the root of the mount does this exist. Simply don’t use the root path of a mount point. Create a directory inside and use that.

1 Like