Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 727 Bytes

File metadata and controls

17 lines (11 loc) · 727 Bytes

python-rsync

Intro

Python rsync is a tool to back up files locally and remotely from your computer.
It was a project I originally made as a script to call the rsync command at the start when I first learned python and I wanted to do something fun, to now become a project where as I have learned more become a full blown stand alone rsync like client that can be used on any platform.

How this works

In the project there are template folders for you to copy from, fill out the details with the information needed for the package to run.

Credits

  • pyinstaller for the ability to make binary files of the script.
  • nelsshiab.com for the email python tutorial
  • Stackoverflow site for help on email attachments