Skip to content
/ watch Public

A simple Rust program for watching a file and making backups in-place when changes are detected.

License

Notifications You must be signed in to change notification settings

zedseven/watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

watch

A simple Rust program for watching a file and making backups in-place when changes are detected.

Usage

watch <watch-file> --interval <polling interval>

Notes

Watch uses a 128-bit hashing algorithm to determine if files have changed, and pays no attention to file modification date.

About

A simple Rust program for watching a file and making backups in-place when changes are detected.

Topics

Resources

License

Stars

Watchers

Forks

Languages