https://github.com/ericterrell/syncandverify
Sync two folders, compare two folders, on Windows (python)
https://github.com/ericterrell/syncandverify
backup compare-directories compare-folders folder-sync python sync verify windows-10
Last synced: 6 months ago
JSON representation
Sync two folders, compare two folders, on Windows (python)
- Host: GitHub
- URL: https://github.com/ericterrell/syncandverify
- Owner: EricTerrell
- License: gpl-3.0
- Created: 2021-02-07T18:42:26.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2025-07-07T17:48:11.000Z (7 months ago)
- Last Synced: 2025-07-07T18:54:08.258Z (7 months ago)
- Topics: backup, compare-directories, compare-folders, folder-sync, python, sync, verify, windows-10
- Language: Python
- Homepage:
- Size: 6.04 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SyncAndVerify for Windows
SyncAndVerify
* Sync two folders
* Compare two folders by comparing file metadata
* Compare two folders by comparing file contents
The sync process does a read-back of all copied files and verifies that each file was copied correctly. However, if some or all of the files are read from the filesystem cache, this verification step will not be definitive.
One can specify a list of folders to ignore when doing a sync or comparison. This exclusion mechanism is currently only available via the programmatic interface, not from the command line.
# Copyright
SyncAndVerify © Copyright 2025, [`Eric Bergman-Terrell`](https://www.ericbt.com)
# Links
* [`website`](https://www.ericbt.com/)
# Quick Start
* Install python
* python main.py
# License
[`GPL3`](https://www.gnu.org/licenses/gpl-3.0.en.html)
# Feedback
Please submit your feedback to SyncAndVerify@EricBT.com.