search for: testval1

Displaying 1 result from an estimated 1 matches for "testval1".

Did you mean: testval
2005 Jun 13
0
[Bug 2793] New: xattr support fails with multiples attributes
...ily.org QAContact: rsync-qa@samba.org When I try to use -X option with a patched rsync (using XFS as file system), I obtain this when a file have multiple user attributes: [root@Chakra data]# echo "test" > test_pierre/test.file [root@Chakra data]# setfattr -n user.test1 -v testval1 test_pierre/test.file [root@Chakra data]# setfattr -n user.test2 -v testval2 test_pierre/test.file [root@Chakra data]# getfattr test_pierre/test.file # file: test_pierre/test.file user.test1 user.test2 [root@Chakra data]# rsync -AavX -P -W --numeric-ids --delete --force test_pierre/ gargamel:/d...