Displaying 1 result from an estimated 1 matches for "jpg_original".
2017 Oct 29
4
[Bug 13109] New: rsync hangs during transfer of many small files
...r files are involved.
How to reproduce
================
[ Using Linux on e.g. ext4, about 3 GiB disk space required ]
############################
mkdir rstest
cd rstest
wget 'http://www.hlipp.de/rs/mktest'
chmod u+x mktest
mkdir files
cd files
wget 'http://www.hlipp.de/rs/1518_0219.jpg_original'
wget 'http://www.hlipp.de/rs/1518_0219.jpg'
cd ..
./mktest 5000
############################
Background: This is based on a larger backup script (which explains the
somewhat odd directory names etc.) that often hangs. The error often occurs
when a user has many image files in a direc...