Releases: gcartlidge/BioStar2PythonBackupToolRelease
Fixed .CSS stuff and Version stuff
[*] Changed colours to more fit with the suprema logo
[+] Added version info into the backup, planning to use this to auto upgrade the db automatically on lower versioned backups
Backup and Restore Changes
[/] Zip file previously included the backups folder, this would be a problem it the auto-backup location was changed, now dosent include
[/] Changed restore to work with above
[+] Housekeeping: Restore now removes the .zip and unzipped folder after restore
Fix AutoBackup and More Logging!
[*] Used a self variable where self wasnt defined, changed to confdata instead.
[+] The above error didnt log into the log file, added wrappers around the functions so if this happens again, it will log.
BackupRestore(v0.7.2.2)
Hotfix
The tool would error and stop backup if system wasn't licenced
BackupRestore(v0.7.2.1)
Bugfixes and such
[] Generated with own PYInstaller build, so it should be nicer on virus detection programs
[] Encrypted Bytecode, so that antivirus dosen't think its a virus
[+] Added option within auto-backup to disable image backup (Could take a lot longer)
[+] Missed out an equal in the above feature
BackupRestore(v0.7.1)
Forgot to add check on autobackup for file limit
[*] Forgot to include file check on amount of files in the autobackup folder.
The tool will only check the autobackup folder file cound if autobackup is enabled.
AutoBackup by default is enabled in the backup directory, so will check this by default.
If directory is changed, the backup directory is still used for manual backups, so this will not be checked normally.
If you want me to add an auto delete after the .zip file has been downloaded, send me an email.
BackupRestore(v0.7) - Automatic Backup!
Automatic backup can now be enabled, Once enabled, it will run a backup at the specified time every day.
Simply choose the new setting box on the left.
May need to delete and re-generate .conf file if using previous release. As there are a lot more new fields.
BackupRestore(v0.6)
[+] Added program icon and file_version_info
[*] Edited some print options and added instructions when ran
BackupRestore(v0.5)
Removed need for CMD arguments, these are now just loaded from run.conf
If these need to change, simply edit run.conf via notepad after first run.
Also removed 'Example to run.txt', as the .exe can be ran just by clicking.
BackupRestore(v0.4)
Added logging, When ran, the .exe now generates a BackupRestore.log file within the directory of the .exe.
If anything goes wrong, refer to this file and you should get more of an idea :)