search for: testval2

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

Did you mean: testval
2005 Jun 13
0
[Bug 2793] New: xattr support fails with multiples attributes
...ith 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:/data/test_pierre/ building file list ... 17608 files to consider ./ test.file...