[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: delete-file to trash
From: |
Stefan Monnier |
Subject: |
Re: delete-file to trash |
Date: |
Mon, 24 May 2010 09:17:52 -0400 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
>> Regarding trapping, Time Machine uses standard unix hard links, and
>> the default FS format for Mac OS is HFS+, the specs for which are
>> published here
>> (http://developer.apple.com/mac/library/technotes/tn/tn1150.html);
>> a GNU/linux driver has been developed.
> Actually, it is a bit more complicated than that. As an optimization
> feature, if a directory and all its contents are unchanged since the
> previous backup, that directory in the latest backup becomes a hard
> link to the corresponding directory in the previous backup. This is
> one reason Time Machine can only use HFS volumes for Time Machine.
> Example:
> ; ls -1id */mach/System
> [...]
> 14828147 2010-05-19-062015/mach/System/
> 14828147 2010-05-20-083504/mach/System/
> 15557200 2010-05-21-184651/mach/System/
> 15557200 2010-05-22-075716/mach/System/
> 15808642 2010-05-22-131850/mach/System/
> 15808642 2010-05-22-144139/mach/System/
> 15808642 2010-05-22-154126/mach/System/
> 15808642 2010-05-22-164134/mach/System/
> [...]
Interesting. So it can't be implemented above just any POSIX filesystem
(where hardlinks are only guaranteed to work for files but not for
directories).
Stefan
- Re: delete-file to trash, (continued)
- Re: delete-file to trash, Eli Zaretskii, 2010/05/21
- Re: delete-file to trash, Lennart Borgman, 2010/05/21
- Re: delete-file to trash, Stefan Monnier, 2010/05/21
- Re: delete-file to trash, Stephen J. Turnbull, 2010/05/22
- Re: delete-file to trash, Adrian Robert, 2010/05/22
- Re: delete-file to trash, Stefan Monnier, 2010/05/22
- Re: delete-file to trash, Adrian Robert, 2010/05/22
- Re: delete-file to trash, Stefan Monnier, 2010/05/22
- Re: delete-file to trash, Harald Hanche-Olsen, 2010/05/23
- Re: delete-file to trash,
Stefan Monnier <=
RE: delete-file to trash, Drew Adams, 2010/05/21
Re: delete-file to trash, Leo, 2010/05/21
Re: delete-file to trash, Stefan Monnier, 2010/05/21
- Re: delete-file to trash, Chong Yidong, 2010/05/22
- Re: delete-file to trash, David De La Harpe Golden, 2010/05/22
- Re: delete-file to trash, Stefan Monnier, 2010/05/22
- Re: delete-file to trash, Chong Yidong, 2010/05/22
- Re: delete-file to trash, David Kastrup, 2010/05/23
- Re: delete-file to trash, Leo, 2010/05/23
- Re: delete-file to trash, Stefan Monnier, 2010/05/23