[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: delete-file to trash
From: |
Harald Hanche-Olsen |
Subject: |
Re: delete-file to trash |
Date: |
Sun, 23 May 2010 10:54:35 -0400 (EDT) |
+ Adrian Robert <address@hidden>:
> 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/
[...]
- Harald
- 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 <=
- Re: delete-file to trash, Stefan Monnier, 2010/05/24
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