Skip to content

Python script that synchronises all files contained in a source folder to a replica folder.

License

Notifications You must be signed in to change notification settings

CYBERSHOU/folder_synchro

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Folder Synchro

This is just a simple script to keep two folders synchronized following the lead of the source folder, while the replica folder just keeps synchronized with the source.

e.g.

python .\folder_synchro.py .\testSource\ .\testReplica\ 3 .\synchroLog.txt

The arguments are (in order) the source folder path, the replica folder path, the update delay in seconds, the log file path.

About

Python script that synchronises all files contained in a source folder to a replica folder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages