akalongman / sublimetext-autobackups

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

Changes in the date / time backup dir #21

Closed ionutforyou closed 8 years ago

ionutforyou commented 9 years ago

The time is appended to the backup file automatically, no matter the options, only the date is either appended to the backup file or as a folder, depending on the backup_per_time setting (file,folder, false). like: pathoffile/D-A-T-E/file_time.ext -> when backup_per_time is "folder" pathoffile/file_D-A-T-E_time.ext -> when backup_per_time is "file" pathoffile/file_time.ext -> when backup_per_time is "false"

akalongman commented 9 years ago

@ionutforyou Your code tested?