Clone directory (recursive) and restore any changes made to it.
No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
py-dir-watcher
- Copy a directory to a backup location.
- Check for changes in original directory's file content.
- Replace with the original file content if changes are found.
Cloner
target
is the directory to clone
backup
is the backup directory
interval
is the interval which the script check for changes
How does it check for changes?
This script check for changes by comparing md5 hash from original file and the clone file.