slug should have a backup option
Opened this issue · 0 comments
bernardosulzbach commented
slug.py should write a backup file (it could be a hidden file) and use to revert the changes in the future.
I think it maybe should be a JSON file with one field for a security key that is used to validate that the directory tree has not changed yet and an array of changes needed to rollback the previously made changes.