/python-rsync

A script I'm creating through python to run remote and local copying, it will allow logging and eventually email logging too.

Primary LanguagePythonMIT LicenseMIT

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