File kbackup.changes of Package kbackup
Sat Jan 13 21:00:00 UTC 2018 - Martin Koller <kollix@aon.at> - 1.0.2
- fix crash on exit when no systray icon is used
Sun Dec 31 14:10:00 UTC 2017 - Martin Koller <kollix@aon.at> - 1.0.1
- remove dependency to kde4support
- fix hang on exit
Wed Jan 4 12:45:00 UTC 2017 - Martin Koller <kollix@aon.at> - 1.0
- Ported to KF5
- configurable shortcuts
- context menu in tree allowing direct opening/deletion of files and dirs
- allow to show/hide hidden files
Mon Jul 23 20:40:00 UTC 2012 - Martin Koller <kollix@aon.at> - 0.8
- Add dirpath wildcard filters to skip complete directories
-------------------------------------------------------------------
Wed Jun 1 20:35:12 UTC 2011 - asterios.dramis@gmail.com
- Spec file updates:
* Changes based on spec-cleaner run.
* Updates in %description.
* Recommends: instead of Suggests: for kbackup-lang package.
* Call update-mime-database in post/postun install scripts.
* Minor other updates.
-------------------------------------------------------------------
* Sat Mar 5 2011 Martin Koller <kollix@aon.at> - 0.7.1
- fix handling of output from scripts used via --script
- better error message in case non-local target in non-interactive mode
-------------------------------------------------------------------
Sat Feb 12 14:22:47 UTC 2011 - asterios.dramis@gmail.com
- Spec file updates:
* Updated License: entry (GPLv2).
* Added Url: entry.
* Added update-desktop-files in BuildRequires: and %kde4_runtime_requires.
* Added Suggests: entry for kbackup-lang package.
* Moved the english help files in the main package.
* Removed the %changelog entries from the spec file and added them in
kbackup.changes file.
-------------------------------------------------------------------
Sat Jun 19 2010 Martin Koller <kollix@aon.at> - 0.7
- Add Incremental Backup functionality
- Add wildcard filter to ignore files for backup matching a filename pattern
-------------------------------------------------------------------
Sat May 5 2010 Martin Koller <kollix@aon.at> - 0.6.4
- When an error occurs while reading a file (e.g. corrupted filesystem), cancel backup
-------------------------------------------------------------------
Fri Sep 25 2009 Martin Koller <kollix@aon.at> - 0.6.3
- When running in non interactive mode (e.g. cron), do not use KIO but only direct file access
as KIO needs a KDE session and $DISPLAY
This now makes the slice-reduction on the local target dir work.
-------------------------------------------------------------------
Sat Sep 05 2009 Martin Koller <kollix@aon.at> - 0.6.2
- Fix handling of disk-full situation (and a crash with it)
-------------------------------------------------------------------
Thu Jul 01 2009 Martin Koller <kollix@aon.at> - 0.6.1
- Avoid backup of the backup file
- make it compile with KDE Version < 4.2
-------------------------------------------------------------------
Sun May 24 2009 Martin Koller <kollix@aon.at> - 0.6
- Port to cmake and KDE4/Qt4, which also removes the 4GB limit per file
- sort hidden files/dirs before normal ones
- show dimmed icon for hidden files (like konqueror)
- don't allow to expand symlinked dirs as the content is not archived but only the link
- Add "Save As..." menu and store name of loaded profil, so that a save directly writes to that
- Add --autobg <profile> commandline which starts kbackup without a GUI e.g. for cron, at, ...
- Add --verbose commandline option which allows to see all files when using --autobg
- When the upload fails for a slice, offer a way to select a temporarily different target
- if target-dir does not exist, create it (mkdir -p)
- # of kept backups on target dir (per profile)