bug-tar
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-tar] Question re: incremental backup and directory rename detec


From: Mike Cappella
Subject: Re: [Bug-tar] Question re: incremental backup and directory rename detection
Date: Thu, 27 Aug 2009 11:34:56 -0700
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.1.4pre) Gecko/20090826 Shredder/3.0b4pre

On 8/27/2009 10:30 AM, Sergey Poznyakoff wrote:
Mike Cappella ha escrit:

I'm curious about how tar is determining directory renames in
incremental backups.  Is this by inode number, and the messages below
are informative only?

Yes, it uses the inode number. If the inode number is the same as
stored in the snapshot file, but the file name has changed, then
this file is called "renamed", for purposes of incremental dumps.

 From a strict name-only point of view, the rename detection below is
incorrect (names of IMAP directories "new", "cur", and "tmp", after
rename of any parent directories, would remain the same):

Perhaps, but from tar's point of view that's ok. Otherwise, it would
have archived the contents of .../Maildir/.Archives/{cur,new,tmp}
over again, even if there were no new or changed files in it.

Regards,
Sergey

Excellent.  Thanks for the clarification and your time.

--

     Mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]