jmoalves / levain

Something to help you make your software grow
MIT License
8 stars 5 forks source link

package backup - use copy + remove instead of move #54

Closed jmoalves closed 3 years ago

jmoalves commented 3 years ago

We should use copy + remove instead of move for package backup upon upgrade.

It avoids having an incomplete backup (or incomplete working package) if something goes wrong in the update procedure.

Bonus - we can use zip in the backup :-)