Warning, /utilities/kbackup/ChangeLog is written in an unsupported language. File is not indexed.
0001 31.12.2017 (1.0.1) 0002 - small fixes to compile on older KF5 versions 0003 - fix double creation of SysTray icon 0004 0005 02.01.2017 (1.0) 0006 - Ported to KF5 0007 - configurable shortcuts 0008 - context menu in tree allowing direct opening/deletion of files and dirs 0009 - allow to show/hide hidden files 0010 0011 22.07.2012 (0.8) 0012 - Add dirpath wildcard filters to skip complete directories 0013 0014 05.03.2011 (0.7.1) 0015 - Fix KDE3 -> KDE4 port by no longer using no longer existing KProcess signal. 0016 - Show better error message in case of non-local target in non-interactive mode 0017 0018 14.6.2010 (0.7) 0019 - Add Incremental Backup functionality 0020 - Add wildcard filter to ignore files for backup matching a filename pattern 0021 0022 15.5.2010 (0.6.4) 0023 - When an error occurs while reading a file (e.g. corrupted filesystem), cancel backup 0024 0025 25.09.2009 (0.6.3) 0026 - When running in non interactive mode (e.g. cron), do not use KIO but only direct file access 0027 as KIO needs a KDE session and $DISPLAY 0028 This now makes the slice-reduction on the local target dir work. 0029 0030 05.09.2009 (0.6.2) 0031 - Fix handling of disk-full situation (and a crash with it) 0032 0033 01.07.2009 (0.6.1) 0034 - Avoid backup of the backup file 0035 - make it compile with KDE Version < 4.2 0036 0037 24.05.2009 (0.6) 0038 - Port to cmake and KDE4/Qt4, which also removes the 4GB limit per file 0039 - sort hidden files/dirs before normal ones 0040 - show dimmed icon for hidden files (like konqueror) 0041 - don't allow to expand symlinked dirs as the content is not archived but only the link 0042 - Add "Save As..." menu and store name of loaded profile, so that a save directly writes to that 0043 - Add --autobg <profile> commandline which starts kbackup without a GUI e.g. for cron, at, ... 0044 - Add --verbose commandline option which allows to see all files when using --autobg 0045 - When the upload fails for a slice, offer a way to select a temporarily different target 0046 - if target-dir does not exist, create it (mkdir -p) 0047 - # of kept backups on target dir (per profile) 0048 - show list of created archive slices in finish-dialog 0049 0050 19.01.2008 (0.5.4) 0051 - correctly limit slice size: 0052 - limited by the target directory (when we store directly into a local dir) 0053 - limited by the "tmp" dir when we create a tmp file for later upload via KIO 0054 - limited by Qt3 (4GB on 32bit) 0055 - limited by user defined maxSliceMBs 0056 - sort directories first in treeview 0057 - correctly sort by size and timestamp in treeview 0058 - check if a file that is archived into the backup is not the backup itself 0059 0060 6.10.2007 (0.5.3) 0061 - Add russian handbook (thanks to Alexey Kouznetsov) 0062 - show symbolic links with an overlayed "link" icon 0063 - fix handling of files larger than 2GB 0064 - avoid crash when writing special files (below /proc) which have fileSize == 0 0065 0066 16.8.2007 0067 - Added spanish translation (thanks to Gerardo Bueno) 0068 0069 17.June 2007 (0.5.2) 0070 - start with the HOME folder opened 0071 - add a profile option to avoid media change dialog 0072 - add a profile option to avoid compressing files at all 0073 0074 21.Dec. 2006 0075 - Whenever a directory is only partly included, show it with blue color 0076 - Show a dialog when the backup has finished 0077 - automatically save/restore window size 0078 - add "auto" commandline option to automatically start a backup 0079 and quit kbackup when done. 0080 - added predefined slice sizes (for CDs, DVDs) in profile settings dialog 0081 - added portuguese translation thanks to Carlos Gonçalves 0082 0083 1.Oct 2006 (0.5.1) 0084 - added "recent files" action 0085 - add profile setting to define a maximum slice size 0086 - store recent directory for file dialog 0087 0088 24.Sept 2006 (0.5) 0089 - added systray functionality 0090 - added profile setting to define file-prefix 0091 - fixed Umlaut encoding for directories 0092 0093 16.Sept 2006 (0.4.2): 0094 - added russian GUI translation (thanks to Alexey Kouznetsov) 0095 - added italian GUI translation (thanks to Andrea Sciucca) 0096 0097 3.Sept 2006 (0.4.1): 0098 - added german handbook 0099 - added french GUI translation (thanks to Régis FLORET) 0100 - added missing "unlimited" translation string 0101 - added the RPM .spec file 0102 - added missing .mo translation files into RPM 0103 0104 31.Aug 2006: 0105 - first release as 0.4