Metadata-Version: 2.1
Name: simplefilemirror
Version: 1.0.2
Summary: Simple file mirror
Home-page: https://github.com/HenningUe/simple-file-sync
Author: Henning Uekötter
Author-email: ue.henning@gmail.com
License: MIT License
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: End Users/Desktop
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: System :: Filesystems 
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
License-File: LICENSE

A simple - one way only - file mirroring package

In fact, it is more like a file update mechanism. Update actions are:

- Source file is present, destination missing, not tagged -> Copy

- Source file is present, destination missing, tagged -> [No action]

- Source file is present, destination present-> [No action]

- Source file is missing, destination present-> [No action]


‘Tagging’ is done via a json-file, which tracks files already copied.
