Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

5
  • 2
    Seems to cry for LoggedFS - FS monitoring with FUSE; see this for configuration. Commented May 9, 2012 at 15:05
  • I usually simply check the backup log. New files automatically appear in that logfile every night. Commented May 9, 2012 at 18:29
  • What is "hidden"? Commented May 9, 2012 at 20:42
  • @Nils files or directories beginning with . They are often created by some applications. Commented May 9, 2012 at 20:43
  • ok - since these are "normal" files and directories with respect to the filesystem, you can read their timestamps etc. with stat, too. Commented May 9, 2012 at 20:50