Set the source directory you want to be backed up at line 5 : source_folder = './source/'
Set the source directory you want to be backed up at line 6 : backup_folder = './backup'
Set the backup amount at line 7 : backup_amount = 5
Run the script ot get a backup in zip format.