Extended attributes not set Errno = 95 : Operation not supported
Hi, i tried to restore my postgre sql files and the result shows "partially successful" with showing error "EXT2_IOC_SETFLAGS failed for /home/restore_test/pgsql/.cache/ -Extended attributes not set Errno = 95 : Operation not supported"
"EXT2_IOC_SETFLAGS failed for /home/restore_test/pgsql/ -Extended attributes not set Errno = 95 : Operation not supported"
It seems data was restored fine, will this not work properly on the system i restored? Is there any way i can solve this issue?
Thanks for any help in advance
Hi baumkuchen
You likely get the error because the file systems between source and destination is different or doesn't support the same features (see file system mount options).
When Netbackup do backup of files, the data files itself is stored but also it's meta data like access permissions. If you restore the files onto a file system that doesn't support the meta data from the source file system, restore of metadata will fail, and the restore will be partially successful.
Related tech note :
NetBackup restore is failing with status code 95 Operation not supported.