Run the following command to export all scheduled tasks to CSV format:
schtasks /query /FO CSV /V > c:\output.csv
This can then be opened with Excel. Alternatively, to make a copy/backup of all the scheduled tasks on a machine right-click on the %systemroot%\Tasks folder and copy it. Paste it where you want.