Skip to content

davideolgiati/raidify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

raidify

Unit Testing CodeFactor

python3 script to keep 2 folders synced

The project is composed by two python files, raidify.py and filesystem.py. raidify.py is the entrypoint for the execution, filesystem.py is the underneath logic layer through which watchdog events are handled.

setup:

[davide@fedora raidify]$ pip install -r requirements.txt
[davide@fedora raidify]$ python3 raidify.py /path/to/source /path/to/dest

To run this program, first install all the dependency in requirements.txt using pip. Then execute the script providing as input the source directory and the destination directory

business logic:

 

raidyfy simplified logic

About

python3 script to keep 2 folders synced

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages