I want to write a script that copies the contents of one directory and back them up in a different one. For instance, I want to back up the contents of directory Bye
to directory Cheese
.
I also want the script to work in such a way that the scheduled task is repeated daily at a specific time, say, 8pm. The existing folders should merge with the ones being copied and the new files should replace the existing ones.