Hi, On Tue, Jul 02, 2002 at 08:43:57AM +1200, Stuart Inglis wrote: > Is it possible for ext3 to give a list of changed files over time? > Currently we use rsync to back up our server, but it takes > 24 hours to > backup the full file system. > Ideally I'd like to use the file system to give me a list of files that > have been created/updated and I'll back those up. > Is this possible? No, neither ext2 nor ext3 maintains that information in a coherent place except for in the inode metadata such as timestamps and filesize (which is what rsync already uses.) For me, a 5GB rsync is pretty quick --- just a few minutes, typically --- so there may be other reasons why it is taking so long. Cheers, Stephen