Clone directory (recursive) and restore any changes made to it.
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

11 rader
454 B

4 år sedan
4 år sedan
  1. # py-dir-watcher
  2. 1. Copy a directory to a backup location.
  3. 2. Check for changes in original directory's file content.
  4. 3. Replace with the original file content if changes are found.
  5. ## Cloner
  6. - `target` is the directory to clone
  7. - `backup` is the backup directory
  8. - `interval` is the interval which the script check for changes
  9. ## How does it check for changes?
  10. This script check for changes by comparing md5 hash from original file and the clone file.