Skip to content

Releases: gcartlidge/BioStar2PythonBackupToolRelease

Fixed .CSS stuff and Version stuff

12 Nov 16:24
c1a19ec
Compare
Choose a tag to compare
Pre-release

[*] 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

08 Nov 19:11
c1a19ec
Compare
Choose a tag to compare
Pre-release

[/] 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!

08 Nov 17:12
c1a19ec
Compare
Choose a tag to compare
Pre-release

[*] 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)

05 Nov 14:34
c1a19ec
Compare
Choose a tag to compare
Pre-release

Hotfix
The tool would error and stop backup if system wasn't licenced

BackupRestore(v0.7.2.1)

04 Nov 18:17
c1a19ec
Compare
Choose a tag to compare
Pre-release

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)

29 Oct 22:02
c1a19ec
Compare
Choose a tag to compare
BackupRestore(v0.7.1) Pre-release
Pre-release

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!

29 Oct 15:36
c1a19ec
Compare
Choose a tag to compare
Pre-release

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)

22 Oct 17:13
c1a19ec
Compare
Choose a tag to compare
BackupRestore(v0.6) Pre-release
Pre-release

[+] Added program icon and file_version_info
[*] Edited some print options and added instructions when ran

BackupRestore(v0.5)

17 Oct 21:26
c1a19ec
Compare
Choose a tag to compare
BackupRestore(v0.5) Pre-release
Pre-release

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)

16 Oct 15:05
29ad034
Compare
Choose a tag to compare
BackupRestore(v0.4) Pre-release
Pre-release

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 :)