Skip to content
Snippets Groups Projects
Commit 5eb3541f907e authored by Pierre-Yves David's avatar Pierre-Yves David
Browse files

transaction: use 'util.copyfile' for creating backup

Using 'copyfile' (single file) instead of 'copyfiles' (tree) will ensures
destination file will be overwritten. This will prevent some abort if backup
file are left in place for random reason.

It also seems more correct.
parent 4e451d1359de
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment