Displaying 1 result from an estimated 1 matches for "appropriate_technology".
2013 Apr 17
1
writefd_unbuffered failed (when writing to micro SD cards)
...he micro SD card. Also, the
micro SD card has a FAT32 filesystem.
Here's the command which syncs the 231MB directory:
rsync --modify-window=10 --recursive --times --verbose --delete
--timeout=10 --human-readable --progress --omit-dir-times
--no-compress --inplace --partial --bwlimit=1000
"Appropriate_technology" "/cygdrive/f/C"
I added --no-compress --inplace --partial --bwlimit=1000 after
searching Google. No good.
I have multiple commands like these for multiple directories. When I
put just this command in a loop by itself, it works, but when I put
multiple commands, one of them will ra...