Skip to content

PowerShell-7zBackup_and_Restore 2.0.3

Choose a tag to compare

@AlexJBFirst AlexJBFirst released this 28 Dec 22:56
· 5 commits to main since this release

Added loging functionality:
If you need the logging functionality, use the 'OutputLogFileName' property and specify a name for the log file. The logs will be overwritten each time the script is run.

.\PowerShell-7zBackup_and_Restore.ps1 -AutomationType SimpleBackup -ProfileName test,1,2,'another profile' -OutputLogFileName 'Log.txt'  

The logging file will be created in the same directory as the script.