This Python script allows you to create backups of files and directories. It can compress the source files into a .zip or .tar.gz archive and save them to a specified destination. This helps ensure your important data is safely stored and easily restorable.
#Requirements
Python 3.6 or higher Standard Python libraries: os, shutil, datetime