Displaying 1 result from an estimated 1 matches for "size_in_mb_minus_one".
2008 Sep 29
5
DO NOT REPLY [Bug 5801] New: Sparse (-S) option doesn't work with new files
...B) with the last MB transfered first in order
to watch the incomplete video while it was transfered. (BTW: An option in rsync
for this would be awesome!!). To do this I created a sparse copy of the video
with only the last MB holding real data using 'dd if=... of=.sparse/... count=0
bs=1M seek=$SIZE_IN_MB_MINUS_ONE' and then rsyncing the .sparse dir first using
-S. To my surprise this was as slow as the rsyncing of the real file.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watchi...