Skip to content

teresameloduarte/sync-folders-python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

📂 Sync Folders - Python

A script to keep two folders identical by synchronizing files from source → replica.

â–¶ How to Run

python sync_folders.py source_test replica_test -i 120 -d -l sync.log

â–¶ Options:

🔹 -i 120 → Sync every 2 minutes (default: 60s)

🔹 -d → Delete files in the replica that don’t exist in the source

🔹 -l sync.log → Save actions to sync.log

â–¶ What It Does

✅ Copies new & updated files

✅ Deletes extra files in the replica (if -d is used)

✅ Logs all actions

About

program that synchronizes two folders: source and replica.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages