PowerShell-7zBackup_and_Restore 2.0.3
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.