Revision e34560c8
ID | e34560c859726ff9f2b7630c4b2d666082ce0e1a |
Workaround a race condition in restore
restore's -r option is dangerous, because the temporeary /tmp/rstdir* and
/tmp/rstmode* files it creates may be the same across different processes
leading to race conditions. We tried to workaround this by replacing in
create the temporary directory from /tmp a random directory inside /tmp.
Files
- added
- modified
- copied
- renamed
- deleted