That would be great:
Backup Files related to Projects.
And create in Project separate folder for backup.
Backup Files related to Projects.
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
- Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
- Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
- Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Re: Backup Files related to Projects.
Something like this, but triggered at Project change?
http://forums.blumentals.net/viewtopic. ... lit=backup
http://forums.blumentals.net/viewtopic. ... lit=backup
There are 10 types of people in the world: Those who understand binary and those who don't.
Re: Backup Files related to Projects.
I did not try Exit Backup plugin.
It sounds interesting.
Something like this, but with a GUI which allows user to set path (create, re(name) etc.) for different projects.
It sounds interesting.
Something like this, but with a GUI which allows user to set path (create, re(name) etc.) for different projects.
Re: Backup Files related to Projects.
I'll make a plugin once im in plugin writing mood again 

There are 10 types of people in the world: Those who understand binary and those who don't.
Re: Backup Files related to Projects.
WOW, you're great !
Re: Backup Files related to Projects.
ProjectBackup plugin idea:
The plugin has 2 menu items:
1) Copy default "ProjectBackup.ini" into current project root.
2) Open/Edit "ProjectBackup.ini" from current project root.
Plugin is triggered when leaving a Project (Either switching to another Project or closing editor)
If a "ProjectBackup.ini" is found in Project root folder, it will be read/processed by plugin and backup created.
The "ProjectBackup.ini" could look something like this:
Example: If the project is named "MyProject" using the above "ProjectBackup.ini", it would backup the project to "c:\temp\" and name each backup file like "MyProject_2018-07-04.zip"
To disable backup you just rename or delete the "ProjectBackup.ini" file.
----------
If anyone has ideas for improvement (or a complete different way this could be done), please let me know before I start coding the plugin.
The plugin has 2 menu items:
1) Copy default "ProjectBackup.ini" into current project root.
2) Open/Edit "ProjectBackup.ini" from current project root.
Plugin is triggered when leaving a Project (Either switching to another Project or closing editor)
If a "ProjectBackup.ini" is found in Project root folder, it will be read/processed by plugin and backup created.
The "ProjectBackup.ini" could look something like this:
Code: Select all
[ProjectBackup]
; BackupName special markers
; %project% = name of project
; %date% = current date (yy-mm-dd)
; %time% = current time (hh.mm.ss)
BackupPath=c:\temp\
BackupName=%project%_%date%
To disable backup you just rename or delete the "ProjectBackup.ini" file.
----------
If anyone has ideas for improvement (or a complete different way this could be done), please let me know before I start coding the plugin.

There are 10 types of people in the world: Those who understand binary and those who don't.
Re: Backup Files related to Projects.
Can you add two more options?
- Manually
- Automated
- Manually
- Automated
Re: Backup Files related to Projects.
Done!pety wrote:Can you add two more options?
- Manually
- Automated

There are 10 types of people in the world: Those who understand binary and those who don't.