Clone directory (recursive) and restore any changes made to it.
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
myitinos 9326a26f9b Update 'README.md' 4 년 전
LICENSE Update 'LICENSE' 4 년 전
README.md Update 'README.md' 4 년 전
clone.py replace os.system(cp) with shutil.copyfile 4 년 전

README.md

py-dir-watcher

  1. Copy a directory to a backup location.
  2. Check for changes in original directory's file content.
  3. 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.