proxmox-backup/proxmox-restore-daemon
Gabriel Goller a602a885af fix #4975: client: ignore E2BIG error flag
Some filesystems (f.e. zfs) support xattrs bigger than 64kB, sadly we
can't get them because the kernel vfs limits us. The syscalls listxattr
and getxattr will return a E2BIG error in this case.
Added a flag --ignore-e2big-xattr to the client, this will ignore the
metadata (but still backup the file) if this error occurs.

Signed-off-by: Gabriel Goller <g.goller@proxmox.com>
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
2024-02-15 10:34:10 +01:00
..
src fix #4975: client: ignore E2BIG error flag 2024-02-15 10:34:10 +01:00
Cargo.toml use proxmox-sortable-macro directly 2023-03-02 15:15:36 +01:00