akalongman / sublimetext-autobackups

Sublime Text 2/3 Auto backups plugin
MIT License
71 stars 22 forks source link

The file should be backed up before it was saved #41

Open vanowm opened 3 years ago

vanowm commented 3 years ago

What is the point of having 2 identical copies of the same file - at original location and backup directory?

I mean, for a true auto backup the current file at original location should be copied to the backup directory BEFORE it's being written with new data. Current implementation doesn't make sense, when file saved, the original data is lost.