Skip to content

jcarley/easyarchive

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EasyArchive

My command line utility that I created for backing up folders to another computer. I created this as a way to learn python.

Usage

Coming soon. The project at this time is still a work in progress so a command line usage hasn't been established yet.

Development workflow

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/

References

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

About

My command line backup utility that i used for learning pythong

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published