#!/usr/bin/python# Filename: backup_ver1.pyimport osimport timeimport datetime# 1. The files and directories to be backed up are specified in a list.source = ['/software/tengine/html/mtax/sbzs','/software/tengine/html/mtax/static']# If you are using…