This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# !/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 |
OlderNewer