Copy-Problem Jeder Prompt hat ein Python Script erstellt Erster Prompt write a tool in python which copies all files from a harddisk with all directories compressed on a backup disk Zweiter Prompt write a tool in python which copies all files from a harddisk with all directories compressed. compress each file separately and copy it to the backup disk. delete the compressed file on the source disk Dritter Prompt: write a tool in python which copies all files from a harddisk with all directories compressed. compress each file separately and copy it to the backup disk. delete the created compressed file on the source disk not the source file Vierter Prompt write a tool in python which copies all files from a harddisk with all directories compressed. compress each file separately and copy it to the backup disk. delete the created compressed file on the source disk not the source file. check the copied file in the destination drive , both files are equal, use crc32, dont copy it Fünfter Prompt write a tool in python which copies all files from a harddisk with all directories compressed. compress each file separately and copy it to the backup disk. delete the created compressed file on the source disk not the source file. check the copied file in the destination drive , compare the source and the destination compressed file, use crc32 . if both files are equal, dont copy it. if both files are unequal, overwrite the destination file Fertig