I'm trying to create one log file for all of my three Robocopy Backup tasks. The Problem is how can I create only one Logfile for all 3 tasks.
Thanks
robocopy "$env:UserProfile\desktop\" "$Destination\desktop" *.* /copy:DAT /log:C:\Users\user\Desktop\irjgegj\LOG_+$LogTime.log
robocopy "$env:UserProfile\pictures" "$Destination\pictures" *.* /copy:DAT
robocopy "$env:UserProfile\documents\" "$Destination\documents" *.* /copy:DAT