Move moves a file from a source path to a destination path
This must be used across the codebase for compatibility with Docker volumes
and Golang (fixes Invalid cross-device link when using os.Rename)
Abort closes the file and removes it instead of replacing the configured
file. This is useful if after starting to write to the file you decide you
don't want it anymore.