Releases: marvinweber/KPSimpleBackup
Version 1.4
Changelog
- [NEW] Performance Improvements for Long-Term-Backups: Instead of exporting the database for each LTB backup separatly, it is exported once and copied afterwards now (#28).
- [NEW] Backups on Close: They will now only be created, if the database has been modified (#24)
- [NEW] Backups of the KeePass config files now also are created with timestamps and they are cleaned up, similar to normal backups of database files (#25).
- [FIX] Relative backup paths are now relative to the database file, not the KeePass application (#30)
- [MISC] Improved descriptions in the settings, improved logging
All related issues are linked in the related milestone.
Installation
refer to https://github.com/marvinweber/KPSimpleBackup/wiki/Installation
Version 1.3
Changelog
- [Added] Possibility to add "relative" backup paths in the advanced settings (#19)
- [Added] Possibility to backup the KeePass configuration (
KeePass.config.xml
) (#16 ) - [Improved] KeePass application window is blocked and greyed out during active backup process (#18)
- [Improved] Perfom cleanup based on creation time of files, not based on file name (#21)
- [Improved] Existance of backup location is verified and, otherwise, directory is created if possible (#4)
- [Improved] Show a warning if the backup finishes with errors by default (#23)
- [Misc] Code cleanup & improvements (#17, #20)
Installation
see https://github.com/marvinweber/KPSimpleBackup/wiki/Installation
Version 1.2.1
Changelog
- [FIX] Backups crashed/ weren't performed (due to problem with logger)
Installation
Installation (if using .dll
-file) changed a little bit, see:
https://github.com/marvinweber/KPSimpleBackup/wiki/Installation
Version 1.2
Changelog
- [Added] Custom file-endings for backup-files
- [Added] Long-Term-Backups
- [Added] New backup-trigger: When the database or the KeePass application is being closed
- [Added] Basic logging functionality, session log can be viewed via dropdown-menu
KPSimpleBackup > Open session log
- [Improved] It's possible now to select any directory as backup-directory, e.g. selecting a smb-share without mouning it as a drive
- [Improved] file-amount to keep (of backup files) can be set up to 10 000
- [Improved] Backup-files have same file-ending as original database (dafault)
- [Improved] Redesigned
Settings > Advanced
tab to be more clear
Installation
Installation (if using .dll
-file) changed a little bit, see:
https://github.com/marvinweber/KPSimpleBackup/wiki/Installation
Version 1.1.1
Fixes
- the list-box with the backup paths in the settings is now bigger and has horizontal scrolling enabled (see #6)
- original database file won't be overwritten when backups are stored in the same directory (see #5)
Installation
see: https://github.com/marvinweber/KPSimpleBackup#installation
Version 1.1.0
Changelog
Added
- Auto-Backup of the Database when it's being saved can now be disabled in the advanced settings
- Multiple Backup Folders can now be added
- Custom format for date/ time for the backup files can now be set, see usage notes for details
.plgx
file is now also provided
Changed
- Installation: Extract the zip-file and put either
KPSimpleBackup.dll
orKPSimpleBackup.plgx
or both (see install instructions) in thePlugins
folder of KeePass
How To Upgrade...
...from v1.0.0
Just install the new version.
...from v0.1.0
Install new version and setup backup folder(s) once again. :)
Version 1.0.0
Note: It might be necassary to set the backup path again when upgrading from previous version!
Added
- Cleanup: Only keep specified amount of backup files per database
- Choose whether to use Database Name or File Name for Backup File Name
- Choose whether to move old backups to trash or delete them permanently
Changed
- Settings Form design tweaks
KPSimpleBackup 0.1 - First working version
Installation
Simply put the KPSimpleBackup.dll
file in your KeePass/Plugins folder.
Usage
- Define Backup-Path in
Tools
->KPSimpleBackup
->Settings
- Your DB will be saved to this folder every time you save the file or backup manually (
Tools
->KPSimpleBackup
->Backup Database Now!
)
Don't expect crazy things, only the core backup functionality is working (also together with e.g. IOProtocolExt), more features will be added in the future)