An open API service indexing awesome lists of open source software.

https://github.com/amamic1803/dirsync

Mirror selected folder to another location
https://github.com/amamic1803/dirsync

folder-synchronization windows

Last synced: about 1 year ago
JSON representation

Mirror selected folder to another location

Awesome Lists containing this project

README

          

# DirSync
A program to mirror a selected folder to another location

![screenshot](https://github.com/amamic1803/DirSync/assets/40371578/6fa4d4ef-8fbd-4ebc-9379-b6561ff857c9)

This is very simple program with basic functionality.
For serious file synchronization tasks, I recommend using a more advanced program.
Check out [FreeFileSync](https://freefilesync.org/)

## 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