Date Name Downloads
Aug 25, 2009 1.05 1108
Apr 3, 2007 1.04b 1083
Mar 9, 2007 1.03b 316
Feb 5, 2004 1.02b SRC 510
Feb 2, 2004 1.02b 482
Jan 23, 2004 1.01b SRC 33
Jan 23, 2004 1.01b 71
Dec 19, 2003 1.0b SRC 33
Dec 2, 2003 1.0b 80
1.05
1.05
Aug 25, 2009
GNU GPL3
1108

Changes in this release (1.05):



You can now tell knbackup to quit in the middle of a job



Command line functions added:



Usage: load knback <source> <dest> [-nsf|-ntf|-both] [-include-sub-dirs] [-throttle]



source - source file/folder, same rules as given in nbconf

dest - destination file/folder, same rules as given in nbconf

-nsf,-ntf,-both - file type to backup, applies to folder backups only

-include-sub-dirs - include subdirectories, applies to folder backups only

-throttle - wait short time between file reads/writes, helps control CPU usage; can be used on it's own (e.g. in a program document) to throttle regular backups defined in nbconf.nsf



Examples:

load knback names.nsf c:\names.nsf


 - backs up names.nsf to c:\names.nsf<br/>



load knback mail\ c:\


 - backs up mail folder to c:\<br/>



load knback templates\ c:\ -ntf -include-sub-dirs -throttle


 - backs up only ntf files in templates folder to c:\, includes subdirectories, and throttles the read/writes to prevent excessive CPU usage.