March 7th, 2011· Fix handling of output from scripts used via --script
· Better error message in case non-local target in non-interactive mode
June 20th, 2010· Add Incremental Backup functionality
· Add wildcard filter to ignore files for backup matching a filename pattern
May 25th, 2010· When an error occurs while reading a file (e.g. corrupted filesystem), cancel backup
September 25th, 2009· 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.
September 5th, 2009· Fix handling of disk-full situation (and a crash with it)
July 2nd, 2009· Avoid backup of the backup file
· make it compile with KDE Version < 4.2
May 25th, 2009kbackup is now ported to KDE4 and has the following new features:
· 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 profile, so that a save directly writes to that
· Add --autobg 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)
· show list of created archive slices in finish-dialog