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
- Host: GitHub
- URL: https://github.com/amamic1803/dirsync
- Owner: amamic1803
- License: mit
- Created: 2022-07-29T16:41:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-16T14:09:25.000Z (over 2 years ago)
- Last Synced: 2023-12-16T15:36:58.785Z (over 2 years ago)
- Topics: folder-synchronization, windows
- Language: Python
- Homepage:
- Size: 478 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# DirSync
A program to mirror a selected folder to another location

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