tus-shell-client icon indicating copy to clipboard operation
tus-shell-client copied to clipboard

Problems with dd command

Open saltylamon opened this issue 7 years ago • 0 comments

Older systems with dd do not support these flags iflag=skip_bytes,count_bytes, causes the script to hang. Also if block size is not set to 1, dd copies in blocks of 512 bytes which breaks the upload dd if=${file} skip=$(( file_offset + offset )) count=${length}

saltylamon avatar Aug 21 '18 20:08 saltylamon