Esa Kataja 22b3a73109 fix: refuse destination collisions and fall back on EXDEV in mover
Centralize all move helpers through a single safeRename function that
stats the destination first and refuses to overwrite (bug #14), and
falls back to copy+fsync+remove when os.Rename returns EXDEV across
mounted filesystems (bug #13). Drops the dead MoveToOutput helper.
2026-05-16 20:32:19 +03:00
2026-05-16 19:42:25 +03:00
2026-05-16 19:41:31 +03:00
2026-04-04 18:07:26 +03:00
2026-04-04 18:07:26 +03:00
2026-04-04 18:05:26 +03:00
S
Description
No description provided
150 KiB
Languages
Go 100%