Skip to content

Instantly share code, notes, and snippets.

View trafficinc's full-sized avatar

Ron trafficinc

  • Greater Philadelphia
View GitHub Profile
@trafficinc
trafficinc / backup_project.py
Created April 10, 2022 00:25
PHP Web Project Backup Python Script
# !/usr/local/bin/python3
"""
Back-up PHP web projects and not include the modules or vendor directories, will put back up in same DIR as script'
* need TAR installed on machine
To run: $ python3 backup_projects.py
"""
from datetime import datetime
from pathlib import Path