Donationware development
Do you like this piece of software ? It took some time and effort to develop.Please consider supporting the development with a donation by clicking here
This is the NEED 4 SPEED release
Roughly all the code has been refactored to achieve better performance during the scan process. Usage of Out-File has been completely removed in favour of System.IO.StreamWriter. No more illogical waits for the scanning process to take almost longer than the archiving process itself. Speed gains while scanning are now from 5x (minum) up to 20xYou also have now the opportunity to invoke pre and post actions: for example you might want to dump a sqlexpress database before the scanning begins (pre) and then upload the generated archive to an ftp server (post) (see 7zbackup-vars.ps1 for examples)
Change Log since (2.0.2)
- Code : Reimplemented Set-Alias for Junction.exe binary
- Code : Parsing of directives from selection file now takes precedence over switches and parameters
- Bug : Extra "}" removed