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

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.

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.