|
|
|
|
|
by beagle3
4636 days ago
|
|
No, it DOES make a single file update atomic. What it doesn't do is make multiple updates atomic. The way rsync works, it CANNOT end up with a partially updated file! (unless you use --inplace or --append which implies it - and it's your fault if you do) |
|
On Windows there's Transactional NTFS whereby you can bind an open file to a transaction and then have either all or no changes applied at once. But that's only Vista+ and I am pretty sure rsync doesn't use it anyhow.