a602a885af
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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |