My command line utility that I created for backing up folders to another computer. I created this as a way to learn python.
Coming soon. The project at this time is still a work in progress so a command line usage hasn't been established yet.
I used pyenv and pyenv-virtualenv for this project. PipEnv maybe be a better option overall though.
- git clone to local workstation
- create a virtual environment
pyenv local 3.10.6
pyenv virtualenv easyarchive3106
pyenv local easyarchive3106- install dependencies and upgrade python friends
python3 -m pip install --upgrade pip setuptools wheel- install local project module
pip install -e src/https://www.thepythoncode.com/article/send-receive-files-using-sockets-python
http://michaldul.com/python/sendfile/
https://stackoverflow.com/questions/53136368/sending-multiple-files-python-using-socket