The Samba-Bugzilla – Attachment 6372 Details for
Bug 6746
With -H --i-r, --link-dest should replace previously transferred hard links
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
adjusted test script for bug 6746
rsync-6746-test2.txt (text/plain), 401 bytes, created by
ED Fochler
on 2011-04-04 14:38:55 UTC
(
hide
)
Description:
adjusted test script for bug 6746
Filename:
MIME Type:
Creator:
ED Fochler
Created:
2011-04-04 14:38:55 UTC
Size:
401 bytes
patch
obsolete
>#!/bin/bash ># You can pass --no-ir to see the difference. > >rm -rf src dest dest2 > >mkdir src src/sub2 >echo BIG >src/sub2/link2 >rsync -a src/ dest/ > >ln src/sub2/link2 src/link1 ># Make enough files that "link1" is sent before the "sub2" flist chunk is sent. >mkdir src/sub1 >touch src/sub1/stuff{1..1000} >rsync "$@" -aH --link-dest=../dest/ src/ dest2/ > >ls -li dest/sub2/link2 dest2/link1 dest2/sub2/link2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 6746
:
6364
| 6372