Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.2k views
in Technique[技术] by (71.8m points)

linux - Knowing a file has been archived on ext4 file system

I need to find a way to determine whether a file has been archived (mainly using logrotate). On BTRFS, the inode is changing when creating a new file with the same name.

But on the ext4 filesystem, it seems to not be the case.

The scenario is the following: a process is creating and feeding a Linux logfile on a dedicated path on a ext4 filesystem. At some point in time, it's rotated using the logrotate process. But re-created with the same path later on.

It seems the (inode,dev) combination is not sufficient to uniquely determine with no doubt whether the file has been rotated.

Thanks for any hint.


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神解答

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...