mirror of
https://github.com/cupcakearmy/autorestic.git
synced 2024-12-22 08:16:25 +00:00
389f7c25dd
* If `/tmp` is a `tmpfs` or somehow not the same filesystem, `os.Rename()` will fail so use `io.Copy()` instead * don't defer cleanup of `to` as this removes the newly-created file if the operation is successful, making `install` and `upgrade` _functionally_ `uninstall` * defer cleanup of the temporary file since it will still be in place if `os.Rename()` fails Fixes: #130 |
||
---|---|---|
.. | ||
bins | ||
colors | ||
lock | ||
metadata | ||
terminal | ||
backend.go | ||
config.go | ||
cron.go | ||
location.go | ||
utils.go |