https://github.com/anilcharles96/folder-synchronizer
https://github.com/anilcharles96/folder-synchronizer
file-synchronization folder-synchronization
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/anilcharles96/folder-synchronizer
- Owner: AnilCharles96
- Created: 2023-03-16T23:06:51.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-19T13:46:14.000Z (about 3 years ago)
- Last Synced: 2024-12-27T18:13:26.113Z (over 1 year ago)
- Topics: file-synchronization, folder-synchronization
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Folder-Synchronizer
A program for one way synchronization between source and destination folder. What's in the source folder will be copied to the destination folder. What's not in the source folder, but present in the destination folder, will be removed.
# How to run (example)
```
python FolderSynchronizer.py -s "/Users/anilcharles/Downloads/work/source" -d "/Users/anilcharles/Downloads/work/destination" -i 3 -l '/Users/anilcharles/Downloads/work/log.txt'
```
# Args
```
-s, --source, provide the source folder directory
-d, --destination, provide the destination folder directory
-i, --interval provide the synchronization interval in seconds
-l, --log, add logs to file specified
```