File: TODO

package info (click to toggle)
kbackup 0.7.1-3
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 1,096 kB
  • sloc: cpp: 1,888; sh: 78; xml: 10; makefile: 2
file content (9 lines) | stat: -rw-r--r-- 661 bytes parent folder | download
1
2
3
4
5
6
7
8
9
- check "simulate" patch: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=602837

- handle interrupt (SIGTERM) and delete tmp-tar file (e.g. martin-full_2010.09.15-09.14.29_1_inc.tarT28405.new)
- in incremental backup, do not create a directory hierarchy when no file at all was modified inside it
  (e.g. store the dir entries in a stack until we find the first file which has to be stored, 
   then create all dirs in the stack. If no file found, clean the stack and do not create any dir in the archive)
- implement a way for restoring backups
- backup as "cp -R" without creating a .tar file
- fix the exit-question dialog when exiting due to session stop