amamic1803 / DirSync

Mirror selected folder to another location

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Mirror selected folder to another location

License:MIT License


Languages

Language:Python 100.0%