-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
enhancement per_day:false per_time:file #18
Comments
that is exactly what i was looking for too.. |
Time to break out the Python book. |
I'm new with git and forking and etc, but i tried something and it works, if you wish to test, get this file https://github.com/ionutforyou/sublimetext-autobackups/blob/master/autobackups/paths_helper.py and place it in your Projects>Autobackps/paths_helper.py , and try changing the options until it suits you :) |
It looks like master has no changes, you have 2 other branches, patch 1 and patch 2. |
I want to be able to set
"backup_per_time": "file"
"backup_per_day": false,
and have files save in proper heirachies, with stamped filenames, like this plugin used to do in ST2
https://github.com/joelpt/sublimetext-automatic-backups
backups/path/to/file/filename.date.ext
backups/path/to/file/filename-date.ext
etc.
Would this be implementable or problematic for the in app previewer ?
I much prefer having all files where they belong, and not in separate dated folders, despite the obvious limit issues.
The text was updated successfully, but these errors were encountered: