[Tex/LaTex] Automatic file backup in Texstudio with time

texstudio

Can we make backup using date and time in Texstudio using Macros.

i.e. can we make backup of "1.tex" file with "1.tex.1-1-2016-3-30.bak" extension. where the date-time should be the time of opening file. This should not affect the previous backup file.

If we can do that then it will help to go to the specific date's edited contain.

creating backup without time is possible and the process is here.
Automatic file backup in Texstudio

Thank you.

Best Answer

If you really want to, you can do this with a script, e.g. see this example.

However, as already mentioned before, you should really consider using a version control system instead.