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.