Backups on Save with TimeStamp in filename

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
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".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
crl9757gmail
Posts: 3
Joined: Sun Aug 01, 2021 1:07 am

Backups on Save with TimeStamp in filename

Post by crl9757gmail »

Is it possible to get the 'Backup on Save' to also add a time stamp, or something unique with each save, to the file name?
This could be an optional check box.
This would help greatly if needed to review prior coding.

Thank you for your time.
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: Backups on Save with TimeStamp in filename

Post by pmk65 »

You can write a custom "Save" plugin that appends timestamp to the filename. Just make sure you clear existing timestamp or you will end up with very long filenames :D
There are 10 types of people in the world: Those who understand binary and those who don't.
crl9757gmail
Posts: 3
Joined: Sun Aug 01, 2021 1:07 am

Re: Backups on Save with TimeStamp in filename

Post by crl9757gmail »

Great Idea!
Thanks :D
User avatar
pmk65
Posts: 678
Joined: Sun Dec 20, 2009 9:58 pm
Location: Copenhagen, Denmark

Re: Backups on Save with TimeStamp in filename

Post by pmk65 »

Take look at my Project Workspace plugin for inspiration and code fragments.
http://forums.blumentals.net/viewtopic.php?f=33&t=7470

It manipulate filenames before saving, using WeBuilder events.
There are 10 types of people in the world: Those who understand binary and those who don't.
Post Reply