Skip to content

amamic1803/DirSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DirSync

A program to mirror a selected folder to another location

screenshot

This is very simple program with basic functionality. For serious file synchronization tasks, I recommend using a more advanced program. Check out FreeFileSync

Downloading

Prebuilt program is available under Releases

Building

  1. Clone repository
  2. Install Python
  3. Install dependencies: pip install -r requirements.txt
  4. Install UPX (optional)
  5. Run build.py
  6. Built *.exe will be placed in the same folder