https://github.com/zedseven/watch
A simple Rust program for watching a file and making backups in-place when changes are detected.
https://github.com/zedseven/watch
file-backup file-change-detection file-changes file-watcher
Last synced: about 2 months ago
JSON representation
A simple Rust program for watching a file and making backups in-place when changes are detected.
- Host: GitHub
- URL: https://github.com/zedseven/watch
- Owner: zedseven
- License: mit
- Created: 2021-03-19T04:39:01.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-19T04:45:50.000Z (over 5 years ago)
- Last Synced: 2025-03-06T20:14:12.665Z (over 1 year ago)
- Topics: file-backup, file-change-detection, file-changes, file-watcher
- Language: Rust
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# watch
A simple Rust program for watching a file and making backups in-place when changes are detected.
## Usage
```
watch --interval
```
## Notes
Watch uses a 128-bit hashing algorithm to determine if files have changed, and pays no attention to file modification date.