GDSC-RCCIIT / General-Purpose-Scripts

A repository containing several general purpose Python scripts to automate daily and common tasks.
GNU General Public License v3.0
49 stars 116 forks source link

Added Auto-Backup Script #284

Closed MokshitSurana closed 3 years ago

MokshitSurana commented 3 years ago

Description

Backups a folder you provide and returns it a zip file of it

Fixes #(issue number)

257

Type of change

Has This Been Tested?

Checklist:

OBITORASU commented 3 years ago

Revert the changes made to the readme in the scripts folder. Also add a requirements.txt for your script.

MokshitSurana commented 3 years ago

Revert the changes made to the readme in the scripts folder. Also add a requirements.txt for your script.

there is no need of requirements.txt file as the two modules I've used are already builtin

MokshitSurana commented 3 years ago

also, how do I revert the changes ?

OBITORASU commented 3 years ago

Revert the changes made to the readme in the scripts folder. Also add a requirements.txt for your script.

there is no need of requirements.txt file as the two modules I've used are already builtin

Just noticed makes sense.

OBITORASU commented 3 years ago

also, how do I revert the changes ?

You can either create a new commit removing whatever you added on and adding back the original content or you can use git revert either works for me.

MokshitSurana commented 3 years ago

@OBITORASU done!