Displaying 1 result from an estimated 1 matches for "1b5bae54".
2014 Jun 11
1
Force a sync after each file copy
Dear list,
I often copy files from the hard disk to an usb key
using rsync:
rsync -Pr <from> <to>
It works fine, but the -P is fairly useless since most of the
copy is actually made when unmounting the usb keys. In the case
of big files it might means minutes of working.
So I usually put along the command a && sync, so I am fairly sure
that the unmounting will be quick. It