This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
# -*- coding: utf-8 -*- | |
'''Detects renamed and/or moved files by tracking inodes. | |
Creates a shell script to replay similar changes. Make sure to use relative | |
paths if you want to replay changes in a different absolute location. Does not | |
follow symbolic links. Inode numbers must be identical (do not cross | |
filesystems)! | |
''' |