3 # This program is distributable under the terms of the GNU GPL (see
6 # Test that rsync handles basic xattr preservation.
11 $RSYNC --version |
grep "[, ] xattrs" >/dev
/null || test_skipped
"Rsync is configured without xattr support"
19 xattr
-s "$xnam" "$xval" "${@}"
22 xattr
-l "${@}" |
sed "s/^[ $tab_ch]*//"
33 runat
"$fn" "$SHELL_PATH" <<EOF
34 echo "${xval}" > "${xnam}"
40 runat
"$fn" "$SHELL_PATH" <<EOF
41 for x in *; do echo "\$x=\`cat \$x\`"; done
53 setfattr
-n "$xnam" -v "$xval" "${@}"
58 RSYNC_PREFIX
='user.rsync'
63 makepath
"$lnkdir" "$fromdir/foo/bar"
64 echo now
>"$fromdir/file0"
65 echo something
>"$fromdir/file1"
66 echo else >"$fromdir/file2"
67 echo deep
>"$fromdir/foo/file3"
68 echo normal
>"$fromdir/file4"
69 echo deeper
>"$fromdir/foo/bar/file5"
71 makepath
"$chkdir/foo"
72 echo wow
>"$chkdir/file1"
73 cp_touch
"$fromdir/foo/file3" "$chkdir/foo"
76 files
='file0 file1 file2 foo/file3 file4 foo/bar/file5'
78 uid_gid
=`"$TOOLDIR/tls" "$fromdir/foo" | sed 's/^.* \([0-9][0-9]*\)\.\([0-9][0-9]*\) .*/\1:\2/'`
82 xset user.foo foo file0
2>/dev
/null || test_skipped
"Unable to set an xattr"
83 xset user.bar bar file0
85 xset user.short
'this is short' file1
86 xset user.long
'this is a long attribute that will be truncated in the initial data send' file1
87 xset user.good
'this is good' file1
88 xset user.nice
'this is nice' file1
90 xset user.foo foo file2
91 xset user.bar bar file2
92 xset user.long
'a long attribute for our new file that tests to ensure that this works' file2
94 xset user.dir1
'need to test directory xattrs too' foo
95 xset user.dir2
'another xattr' foo
96 xset user.dir3
'this is one last one for the moment' foo
98 xset user.dir4
'another dir test' foo
/bar
99 xset user.dir5
'one last one' foo
/bar
101 xset user.foo
'new foo' foo
/file3 foo
/bar
/file5
102 xset user.bar
'new bar' foo
/file3 foo
/bar
/file5
103 xset user.long
'this is also a long attribute that will be truncated in the initial data send' foo
/file3 foo
/bar
/file5
104 xset
$RUSR.equal
'this long attribute should remain the same and not need to be transferred' foo
/file3 foo
/bar
/file5
106 xset user.dir0
'old extra value' "$chkdir/foo"
107 xset user.dir1
'old dir value' "$chkdir/foo"
109 xset user.short
'old short' "$chkdir/file1"
110 xset user.extra
'remove me' "$chkdir/file1"
112 xset user.foo
'old foo' "$chkdir/foo/file3"
113 xset
$RUSR.equal
'this long attribute should remain the same and not need to be transferred' "$chkdir/foo/file3"
117 ln foo
/bar
/file5 foo
/bar
/file6 || test_skipped
"Can't create hardlink"
118 files
="$files foo/bar/file6"
120 altDest
='--link-dest'
124 altDest
='--copy-dest'
128 xls
$dirs $files >"$scratchdir/xattrs.txt"
130 XFILT
='-f-x_system.* -f-x_security.*'
132 # OK, let's try a simple xattr copy.
133 checkit
"$RSYNC -avX $XFILT $dashH --super . '$chkdir/'" "$fromdir" "$chkdir"
136 xls
$dirs $files |
diff $diffopt "$scratchdir/xattrs.txt" -
140 if [ "$dashH" ]; then
147 checkit
"$RSYNC -aiX $XFILT $dashH --super $altDest=../chk . ../to" "$fromdir" "$todir"
150 xls
$dirs $files |
diff $diffopt "$scratchdir/xattrs.txt" -
152 [ "$dashH" ] && rm -rf "$lnkdir"
157 xset user.nice
'this is nice, but different' file1
159 xls
$dirs $files >"$scratchdir/xattrs.txt"
161 checkit
"$RSYNC -aiX $XFILT $dashH --fake-super --link-dest=../chk . ../to" "$chkdir" "$todir"
164 xls
$dirs $files |
diff $diffopt "$scratchdir/xattrs.txt" -
166 sed -n -e '/^[^d ][^ ]* *[^ ][^ ]* *[^ ][^ ]* *1 /p' "$scratchdir/ls-to" >"$scratchdir/ls-diff-all"
167 fgrep
-v './file1' "$scratchdir/ls-diff-all" >"$scratchdir/ls-diff" ||
:
168 if [ -s "$scratchdir/ls-diff" ]; then
169 echo "Missing hard links on:"
170 cat "$scratchdir/ls-diff"
173 if [ ! -s "$scratchdir/ls-diff-all" ]; then
174 echo "Too many hard links on file1!"
179 chmod go-rwx .
$dirs $files
181 xset user.nice
'this is nice, but different' file1
182 xset
$RSYNC_PREFIX.
%stat
"40000 0,0 $uid_gid" $dirs
183 xset
$RSYNC_PREFIX.
%stat
"100000 0,0 $uid_gid" $files
185 xls
$dirs $files >"$scratchdir/xattrs.txt"
190 # When run by a non-root tester, this checks if no-user-perm files/dirs can be copied.
191 checkit
"$RSYNC -aiX $XFILT $dashH --fake-super --chmod=a= . ../to" "$chkdir" "$todir" # 2>"$scratchdir/errors.txt"
194 xls
$dirs $files |
diff $diffopt "$scratchdir/xattrs.txt" -
197 rm -rf "$todir" "$chkdir"
199 $RSYNC -aX file1 file2
200 $RSYNC -aX file1 file2 ..
/chk
/
201 $RSYNC -aX --del ..
/chk
/ .
202 $RSYNC -aX file1 ..
/lnk
/
203 [ "$dashH" ] && ln "$chkdir/file1" ..
/lnk
/extra-link
205 xls file1 file2
>"$scratchdir/xattrs.txt"
207 checkit
"$RSYNC -aiiX $XFILT $dashH $altDest=../lnk . ../to" "$chkdir" "$todir"
209 [ "$dashH" ] && rm ..
/lnk
/extra-link
212 xls file1 file2 |
diff $diffopt "$scratchdir/xattrs.txt" -
220 checkit
"$RSYNC -aiiX $XFILT . ../to" "$chkdir" "$todir"
223 xls file1 file2 |
diff $diffopt "$scratchdir/xattrs.txt" -
225 # The script would have aborted on error, so getting here means we've won.