What's new

[DEVEL] Asuswrt-Merlin Time Capsule/Machine Repair

  • SNBForums Code of Conduct

    SNBForums is a community for everyone, no matter what their level of experience.

    Please be tolerant and patient of others, especially newcomers. We are all here to share and learn!

    The rules are simple: Be patient, be nice, be helpful or be gone!

garycnew

Senior Member
### NOTE: This Time Capsule/Machine Repair is Specific to the Asuswrt-Merlin (with Netatalk) Implementation ###

Well... It finally happened. After over a year of flawless Time Machine backups to my Asuswrt-Merlin Time Capsule, I am receiving the dreaded error message: "Time Machine completed a verification of your backups. To improve reliability, Time Machine must create a new backup for you."

934842040.png


My particular issue appears to be related to my external USB 3.0 hard drive beginning to degrade. I noticed that if I attempt to create a new file on the Time Capsule Volume it states that the file already exists, which it doesn't. Luckly, it does seem that the existing Time Capsule data is still readable from the degraded disk.

In an effort to salvage my existing Time Capsule data, I've attempted to follow several related resources:

### Turn Off Time Machine "Back Up Automatically" On All Apple Client Machines ###

### Safely Remove the External Hard Drive from Asuswrt-Merlin and Attach to Local Apple Machine ###

### Using Disk Utility create a New DMG Image of the External Hard Drive for Safe Keeping ###
Disk Utility > Right-Click [Disk] > Image from "[Disk]" > Save

### NOTE: If you're reading this and you have a healthy Time Capsule, you might consider creating a New DMG Image to avoid this situation ###

### Attempt to Repair the Time Capsule SparseBundle attached to the Local Apple Machine ###
Code:
$ sudo chflags -R nouchg /Volumes/Time\ Capsule/Gary’s\ MacBook\ Pro.sparsebundle

$ sudo vi /Volumes/Time\ Capsule/Gary’s\ MacBook\ Pro.sparsebundle/com.apple.TimeMachine.MachineID.plist
...
### Delete RecoveryBackupDeclinedDate key & date ###
<key>RecoveryBackupDeclinedDate</key>
<date>2012-09-16T01:38:43Z</date>
...
### Change VerificationState to 0 ###
<key>VerificationState</key>
<integer>0</integer>

### NOTE: As Asuswrt-Merlin uses Netatalk for Time Capsule, I don't think it creates an actual SparsBundle Image as I was never able to get the hditutil commands to work as described ###
$ sudo hdiutil attach -nomount -noverify -noautofsck /Volumes/Time\ Capsule/Gary’s\ MacBook\ Pro.sparsebundle
/dev/diskx Apple_partition_scheme
/dev/diskXs1 Apple_partition_map
/dev/diskXs2 Apple_HFSX

$ sudo fsck_hfs -drf /dev/diskXs2

$ sudo hdiutil detach /dev/diskXs2

### I used the following commands to fsck the entire Time Capsule Volume ###
$ sudo diskutil list
...
/dev/disk3 (external, physical):
   #:                       TYPE NAME                    SIZE       IDENTIFIER
   0:      GUID_partition_scheme                        *500.1 GB   disk3
   1:                        EFI EFI                     209.7 MB   disk3s1
   2:                  Apple_HFS Time Capsule            499.8 GB   disk3s2

$ sudo diskutil umount /dev/disk3s2

$ sudo fsck_hfs -drf /dev/disk3s2
** /dev/rdisk3s2
** The volume Time Capsule was repaired successfully.

### If you have issues getting fsck_hfs to successfully repair the SparseBundle, you may have to resort to the Rsync method, below ###

### Safely Return the External Hard Drive to Asuswrt-Merlin to Rsync the Time Capsule ###

### Rsync an Exact Copy of the Time Capsule (including Hard-Links) to a New External Hard Drive ###
Code:
### MacOS (Doen't Preserve ID's) ###
$ sudo rsync -avH --delete --numeric-ids --progress admin@192.168.0.1:/tmp/mnt/Time_Capsule/* /Volumes/Time\ Capsule/

### Linux (Preserves ID's) ###
$ sudo apt-get install hfsprogs
$ sudo mount -t hfsplus -o remount,force,rw /media/user/Time\ Capsule
$ sudo rsync -avH --delete --numeric-ids --progress admin@192.168.0.1:/tmp/mnt/Time_Capsule/* /media/user/Time\ Capsule/

### Should You Find Rsync Didn't Preserve User:Group and/or Permissions... Fix Them ###
Code:
# chown -R 0:0 /tmp/mnt/Time_Capsule
# chown -R 99:99 /tmp/mnt/Time_Capsule/.fseventsd
# chown -R 99:99 /tmp/mnt/Time_Capsule/.Spotlight-V100
# chmod 600 /tmp/mnt/Time_Capsule/Gary’s\ MacBook\ Pro.sparsebundle/Info.*
# chmod 600 /tmp/mnt/Time_Capsule/Gary’s\ MacBook\ Pro.sparsebundle/com.*
# chmod 600 /tmp/mnt/Time_Capsule/Gary’s\ MacBook\ Pro.sparsebundle/.AppleDouble/Info.*
# chmod 600 /tmp/mnt/Time_Capsule/Gary’s\ MacBook\ Pro.sparsebundle/.AppleDouble/com.*
# chmod 666 /tmp/mnt/Time_Capsule/Gary’s\ MacBook\ Pro.sparsebundle/.dat.nosync00d7.CgGAVN

### The Local and Remote Rsync Copies should be similar in size (less some dot files) ###
Code:
$ sudo du -sk /Volumes/Time\ Capsule
344151112    /Volumes/Time Capsule

$ ssh admin@192.168.0.1
# du -sk /tmp/mnt/Time_Capsule
344233696    /tmp/mnt/Time_Capsule

### Repeat the Attempt to Repair the Time Capsule SparseBundle attached to the Local Apple Machine ###

### Safely Return the New External Hard Drive to Asuswrt-Merlin to Verify Time Machine Backups ###

### On the Local Apple Machine holding the [Alt/Option] key select "Verify Backups" from the Time Machine Drop-Down Menu ###
or
### On the Local Apple Machine use tmutil to Verify Time Machine Backups ###
Code:
$ sudo mkdir /Volumes/Backups.backupdb

$ sudo mount_afp -i afp://admin@gnutech-wap01/Backups.backupdb /Volumes/Backups.backupdb

$ mount
...
//admin@gnutech-wap01/Backups.backupdb on /Volumes/Backups.backupdb (afpfs)

$ sudo ls /Volumes/Backups.backupdb/
CNID
Gary’s MacBook Pro.sparsebundle

$ sudo tmutil destinationinfo
> ==================================================
Name          : Backups.backupdb
Kind          : Network
URL           : afp://admin@gnutech-wap01._afpovertcp._tcp.local./Backups.backupdb
Mount Point   : /Volumes/Backups.backupdb
ID            : 7BA62C9E-F794-497B-8116-9399DA9D98C9

$ sudo tmutil machinedirectory
/Volumes/Time Machine Backups/Backups.backupdb/Gary’s MacBook Pro

$ sudo tmutil listbackups
/Volumes/Time Machine Backups/Backups.backupdb/Gary’s MacBook Pro/2021-07-20-212623

$ sudo tmutil compare -s
-------------------------------------
Added:         61.7M
Removed:       39.5M
Changed:       177.2M

Now, I am receiving the error message: "Time Machine couldn't verify your backups, because verification was interrupted."

Screen Shot 2021-07-16 at 7.39.58 AM.png


### Review of the Asuswrt-Merlin System Log shows the following errors: ###
Code:
Jul 16 06:11:49 afpd[31073]: AFP3.3 Login by admin
Jul 16 06:12:36 afpd[30819]: ad_open: can't parse AppleDouble header.
Jul 16 06:12:36 afpd[30819]: ad->ad_ops->ad_header_read(path, ad, pst) failed: Input/output error
Jul 16 06:12:36 afpd[30819]: getfilparams(.dat.nosync00d7.CgGAVN): bad resource fork
### I'm fairly positive the .dat.nosync00d7.CgGAVN error is related to the Apple Finder application ###

### The developers at netatalk-admins suggested repairing the netatalk .AppleDB using the dbd tool ###
Code:
# /usr/bin/dbd -V
dbd 3.0.5

### The Unknown Extended Attributes option error is caused by the afp.conf being configured with ea = auto ###
# /usr/bin/dbd -stv -F /tmp/netatalk/afp.conf /tmp/mnt/Time_Capsule
Jul 16 06:14:24.826468 dbd[31980] {cnid_dbd.c:464} (D5:CNID): cnid_dbd_open: Finished initializing cnid dbd module for volume '/tmp/mnt/Time_Capsule'
adouble:v2 volume
Unknown Extended Attributes option: 0

# ps w|grep netatalk
14497 admin     4292 S    afpd -F /tmp/netatalk/afp.conf
14500 admin     1864 S    cnid_metad -F /tmp/netatalk/afp.conf
17481 admin     1212 D    grep -i netatalk

### NOTE:  You'll need to killall afpd, configure afp.conf with ea = ad, and manually start afpd to successfully run the dbd tool.  Also, the safest, most reliable, and recommended cnid scheme = dbd ###

# killall afpd

# cat /tmp/netatalk/afp.conf
[Global]
uam list = uams_dhx.so,uams_dhx2.so
save password = no
vol dbpath = /tmp/mnt/Time_Capsule/CNID
sleep time = 1
hostname = gnutech-wap01.local
signature = gnutech-wap01

[Backups.backupdb]
path = /tmp/mnt/Time_Capsule
cnid scheme = dbd
ea = auto
time machine = yes

# vi /tmp/netatalk/afp.conf
...
ea = ad

# afpd -F /tmp/netatalk/afp.conf

# /usr/bin/dbd -tv -F /tmp/netatalk/afp.conf /tmp/mnt/Time_Capsule

# service restart_nasapps

# umount /tmp/mnt/Time_Capsule

# fdisk -l /dev/sdb

# fsck_hfs -drf /dev/sdb2
** The volume Time Capsule was repaired successfully.

Even after a lengthy dbd repair, I continue to receive the error message: "Time Machine couldn't verify your backups, because verification was interrupted."

Screen Shot 2021-07-16 at 7.39.58 AM.png


### Using the dbd tool, I attempt to force Recreate the netatalk .AppleDB ###
Code:
# /usr/bin/dbd -ftv -F /tmp/netatalk/afp.conf /tmp/mnt/Time_Capsule

### Review of the Asuswrt-Merlin System Log shows the same issue even after Recreating the netatalk .AppleDB ###
Code:
Jul 17 06:19:33 cnid_dbd[12256]: Recreated CNID BerkeleyDB databases of volume "Backups.backupdb"
Jul 17 06:51:19 afpd[20895]: AFP3.3 Login by admin
Jul 17 06:51:26 afpd[20895]: ad_open: can't parse AppleDouble header.
Jul 17 06:51:26 afpd[20895]: ad->ad_ops->ad_header_read(path, ad, pst) failed: Input/output error
Jul 17 06:51:26 afpd[20895]: getfilparams(.dat.nosync00d7.CgGAVN): bad resource fork

Currently, this is where this effort has stalled.


### NOTE: DiskWarrior Didn't Seem to be Useful in my Situation ###

### HINT #1: Should You Need to Low-Level Format the New External Hard Drive to Ensure Drive Integrity ###
Disk Utility > Select [Disk] > Erase > Security Options > Select "This option writes a pass of random data and then a single pass of zeros over the entire disk."

### HINT #2: Should You Need to Restore Using the New DMG Image ###
Code:
$ sudo /usr/sbin/asr --source /Volumes/Macintosh\ SSD/Users/gnutech/Downloads/Time\ Capsule.dmg --target /Volumes/Time\ Capsule --erase --noverify --noprompt

### HINT #3: Should You Have Issues with Spotlight Caching the Time Capsule Volume - Add the Time Capsule Volume to the Spotlight Privacy Settings ###

### dot_clean ###
 
Last edited:
References:
Code:
http://oldtoad.net/pondini.org/TM/A5b.html
http://thefunkstop.com/fix-corrupted-time-machine-backups/
https://expobrain.net/2016/12/10/fix-corrupted-time-machine-spase-bundles/
https://www.garth.org/archives/2011,08,27,169,fix-time-machine-sparsebundle-nas-based-backup-errors.html
https://apple.stackexchange.com/questions/18482/repair-time-machine-sparsebundle-that-will-no-longer-mount
http://tonylawrence.com/posts/unix/fixing-corrupted-time-machine-backups/
https://posts.boy.sh/to-move-your-time-machine-backup-to-another-disk-use-disk-utility
https://www.cyberciti.biz/faq/linux-unix-apple-osx-bsd-rsync-copy-hard-links/
https://unix.stackexchange.com/questions/44247/how-to-copy-directories-with-preserving-hardlinks
https://apple.stackexchange.com/questions/18482/repair-time-machine-sparsebundle-that-will-no-longer-mount
https://silvae86.github.io/2020/10/15/restore-mac-dmg-only-using-terminal/
http://www.theinstructional.com/guides/disk-management-from-the-command-line-part-3
http://netatalk.sourceforge.net/3.1/htmldocs/dbd.1.html
https://forums.freebsd.org/threads/netatalk-something-wrong-with-cnid-db.20324/
https://eshop.macsales.com/blog/39968-tech-101-everything-you-need-to-know-to-verify-time-machine-backups/
https://krypted.com/mac-os-x/ins-outs-using-tmutil-backup-restore-review-time-machine-backups/
https://ss64.com/osx/dot_clean.html
 
@RMerlin

Per my note, above, I believe there may be an issue with the afpd.postconf implementation at least in Asuswrt-Merlin 384.19. Is this a known bug or am I just missing something? If it is a known bug, has it been remedied in later firmware builds?

Thank you, again, for all your hard work and dedication.

Respectfully,


Gary
 
afpd.postconf modifies /tmp/avahi/services/afpd.service. There is no custom config support for /tmp/netatalk/afp.conf.
 
@garycnew - just out of curiosity why are you still running 384.19?
 
afpd.postconf modifies /tmp/avahi/services/afpd.service. There is no custom config support for /tmp/netatalk/afp.conf.

@dave14305

That explains it. Thank you for setting me straight. I'll update my notes accordingly.

Respectfully,


Gary
 
@garycnew - just out of curiosity why are you still running 384.19?

@festus77

The two main reasons I'm still running Asuswrt-Merlin 384.19 are:

1. Much of my network is entrenched in the Asuswrt-Merlin 384.19 platform and it is not a simple migration.
2. I'm still evaluating and giving Asuswrt-Merlin 386 time to mature/stablize prior to upgrading.

I know the downside are missing security updates, but I'm willing to accept the compromise for now.

Respectfully,


Gary
 
386.1 was stable and mature when RMerlin released it.

Today, 386.3 Beta 3 is even better.

Stop waiting to upgrade, the time is now.
 
386.1 was stable and mature when RMerlin released it.

Today, 386.3 Beta 3 is even better.

Stop waiting to upgrade, the time is now.

@L&LD

I appreciate your vote of confidence in upgrading to Asuswrt-Merlin 386.

I have noticed posts related to issues with Asuswrt-Merlin 386 in this forum.

Lastly, there's the matter of my first point... It not being a simple migration for my network.

As I've stated previously, it will happen in due time.

Respectfully,


Gary
 
NOTE: User(0):Group(0) created by Asuswrt-Merlin. User(99):Group(99) created by MacOS.

### Degraded, Original Time Capsule Users, Groups, and Permissions ###
Code:
# ls -lanR /tmp/mnt/Time_Capsule/
/tmp/mnt/Time_Capsule/:
drwxrwxrwx    1 0        0               20 Jul 22 22:22 .
drwxrwxrwx    7 0        0              140 Jul 24 06:10 ..
drwxrwxrwx    1 0        0                3 Mar 15  2020 .AppleDouble
-rw-r--r--    1 99       99            8196 Jun 29 23:22 .DS_Store
dr-xr-xr-t    1 0        0                2 Mar 15  2020 .HFS+ Private Directory Data
drwx------    1 99       99               5 Mar 15  2020 .Spotlight-V100
-rw-rw-rw-    1 0        0               45 Jul 22 22:22 .___var.txt
-rw-rw-rw-    1 0        0                0 Jul 24 06:07 .___var.txt.45
-rw-rw-rw-    1 0        0               45 Jul 22 22:22 .__admin_var.txt
-rw-rw-rw-    1 0        0                0 Jul 24 06:07 .__admin_var.txt.45
-rw-rw-rw-    1 0        0               52 Jul 24 06:07 .__folder_list.txt
-rw-rw-rw-    1 0        0                0 Jul 24 06:07 .__folder_list.txt.52
drwx------    1 99       99               5 Jun 29 23:26 .fseventsd
----------    1 0        0         83886080 Mar 15  2020 .journal
----------    1 0        0             4096 Mar 15  2020 .journal_info_block
drwxrwxrwx    1 0        0                4 Dec 23  2020 .minidlna
drwxrwxrwx    1 0        0                3 Mar 15  2020 CNID
drwx--S---    1 0        0               11 Jun 17 00:18 Gary’s MacBook Pro.sparsebundle

/tmp/mnt/Time_Capsule/.AppleDouble:
drwxrwxrwx    1 0        0                3 Mar 15  2020 .
drwxrwxrwx    1 0        0               20 Jul 22 22:22 ..
-rw-rw-rw-    1 0        0              741 Mar 15  2020 .Parent

:tmp/mnt/Time_Capsule/.HFS+ Private Directory Data
dr-xr-xr-t    1 0        0                2 Mar 15  2020 .
drwxrwxrwx    1 0        0               20 Jul 22 22:22 ..

/tmp/mnt/Time_Capsule/.Spotlight-V100:
drwx------    1 99       99               5 Mar 15  2020 .
drwxrwxrwx    1 0        0               20 Jul 22 22:22 ..
drwx------    1 99       99               3 Mar 15  2020 Store-V1
drwx------    1 99       99               3 Mar 15  2020 Store-V2
-rw-------    1 99       99            4123 Mar 15  2020 VolumeConfiguration.plist

/tmp/mnt/Time_Capsule/.Spotlight-V100/Store-V1:
drwx------    1 99       99               3 Mar 15  2020 .
drwx------    1 99       99               5 Mar 15  2020 ..
-rw-------    1 99       99             348 Mar 15  2020 VolumeConfig.plist

/tmp/mnt/Time_Capsule/.Spotlight-V100/Store-V2:
drwx------    1 99       99               3 Mar 15  2020 .
drwx------    1 99       99               5 Mar 15  2020 ..
drwx------    1 99       99              86 Jun 29 23:26 E513CE6D-23C9-449B-BF89-EF4C3CD913D4

/tmp/mnt/Time_Capsule/.Spotlight-V100/Store-V2/E513CE6D-23C9-449B-BF89-EF4C3CD913D4:
drwx------    1 99       99              86 Jun 29 23:26 .
drwx------    1 99       99               3 Mar 15  2020 ..
-rw-------    1 99       99          118784 Jun 29 23:26 .store.db
-rw-------    1 99       99           65536 Jun 29 23:22 0.directoryStoreFile
-rw-------    1 99       99            1088 Mar 15  2020 0.directoryStoreFile.shadow
-rw-------    1 99       99             896 Mar 15  2020 0.indexArrays
-rw-------    1 99       99               8 Mar 15  2020 0.indexBigDates
-rw-------    1 99       99               8 Mar 15  2020 0.indexCompactDirectory
-rw-------    1 99       99            2056 Mar 15  2020 0.indexDirectory
-rw-------    1 99       99            3277 Mar 15  2020 0.indexGroups
-rw-------    1 99       99            4096 Jun 29 23:23 0.indexHead
-rw-------    1 99       99              16 Mar 15  2020 0.indexIds
-rw-------    1 99       99             376 Mar 15  2020 0.indexPositionTable
-rw-------    1 99       99            4096 Mar 15  2020 0.indexPositions
-rw-------    1 99       99            4096 Mar 15  2020 0.indexPostings
-rw-------    1 99       99             376 Mar 15  2020 0.indexTermIds
-rw-------    1 99       99              13 Mar 15  2020 0.indexUpdates
-rw-------    1 99       99               2 Jun 29 23:22 0.shadowIndexGroups
-rw-------    1 99       99            4096 Jun 29 23:22 0.shadowIndexHead
-rw-------    1 99       99               0 Mar 15  2020 Cab.created
-rw-------    1 99       99               0 Jun 29 23:22 Cab.modified
-rw-------    1 99       99               0 Mar 15  2020 Lion.created
-rw-------    1 99       99              28 Jun 29 23:26 indexState
-rw-------    1 99       99               0 Mar 15  2020 journalExclusion
drwx------    1 99       99               2 Mar 15  2020 journals.assisted_import_post
drwx------    1 99       99               2 Mar 15  2020 journals.assisted_import_pre
drwx------    1 99       99               2 Mar 15  2020 journals.corespotlight
drwx------    1 99       99               3 Jun 29 23:22 journals.health_check
drwx------    1 99       99               2 Mar 15  2020 journals.live
drwx------    1 99       99               2 Mar 15  2020 journals.live_priority
drwx------    1 99       99               3 Jun 29 23:26 journals.live_system
drwx------    1 99       99               2 Mar 15  2020 journals.live_user
drwx------    1 99       99               2 Mar 15  2020 journals.migration
drwx------    1 99       99               2 Mar 15  2020 journals.migration_secondchance
drwx------    1 99       99               2 Jun 29 23:22 journals.repair
drwx------    1 99       99               3 Jun 29 23:22 journals.scan
...

/tmp/mnt/Time_Capsule/.fseventsd:
drwx------    1 99       99               5 Jun 29 23:26 .
drwxrwxrwx    1 0        0               20 Jul 22 22:22 ..
-rw-------    1 99       99              69 Jun 29 23:26 000000000d2ea506
-rw-------    1 99       99              72 Jun 29 23:26 000000000d2ea507
-rw-------    1 99       99              36 Jun 29 23:26 fseventsd-uuid

/tmp/mnt/Time_Capsule/.minidlna:
drwxrwxrwx    1 0        0                4 Dec 23  2020 .
drwxrwxrwx    1 0        0               20 Jul 22 22:22 ..
-rw-r-----    1 0        0           151552 Dec 26  2020 files.db
-rw-r-----    1 0        0           368640 Dec 25  2020 minidlna.log

/tmp/mnt/Time_Capsule/CNID:
drwxrwxrwx    1 0        0                3 Mar 15  2020 .
drwxrwxrwx    1 0        0               20 Jul 22 22:22 ..
drwxr-xr-x    1 0        0                3 Mar 15  2020 Backups.backupdb

/tmp/mnt/Time_Capsule/CNID/Backups.backupdb:
drwxr-xr-x    1 0        0                3 Mar 15  2020 .
drwxrwxrwx    1 0        0                3 Mar 15  2020 ..
drwxr-xr-x    1 0        0                6 Jun 21 04:58 .AppleDB

/tmp/mnt/Time_Capsule/CNID/Backups.backupdb/.AppleDB:
drwxr-xr-x    1 0        0                6 Jun 21 04:58 .
drwxr-xr-x    1 0        0                3 Mar 15  2020 ..
-rw-rw-r--    1 0        0          8818688 Jun 21 04:58 cnid2.db
-rw-rw-rw-    1 0        0           369721 Jun 21 04:47 db_errlog

/tmp/mnt/Time_Capsule/Gary’s MacBook Pro.sparsebundle:
drwx--S---    1 0        0               11 Jun 17 00:18 .
drwxrwxrwx    1 0        0               20 Jul 22 22:22 ..
drwx--S---    1 0        0               10 Jun 17 00:18 .AppleDouble
-rw-------    1 0        0             8148 Dec 28  2020 .dat.nosync00d7.CgGAVN
-rw-r--r--    1 0        0              500 Mar 15  2020 Info.bckup
-rw-r--r--    1 0        0              500 Mar 15  2020 Info.plist
drwx--S---    1 0        0            41997 May 29 19:21 bands
-rw-r--r--    1 0        0              589 Jun 21 03:50 com.apple.TimeMachine.MachineID.bckup
-rw-r--r--    1 0        0              589 Jun 21 03:50 com.apple.TimeMachine.MachineID.plist
-rw-r--r--    1 0        0             1140 Jun 17 00:18 com.apple.TimeMachine.Results.plist
-rw-r--r--    1 0        0            18855 Jun 17 00:16 com.apple.TimeMachine.SnapshotHistory.plist

/tmp/mnt/Time_Capsule/Gary’s MacBook Pro.sparsebundle/.AppleDouble:
drwx--S---    1 0        0               10 Jun 17 00:18 .
drwx--S---    1 0        0               11 Jun 17 00:18 ..
-rw-------    1 0        0              741 Jun 21 03:50 .Parent
-rw-rw-rw-    1 0        0              741 Jan 18  2021 .dat.nosync00d7.CgGAVN
-rw-rw-rw-    1 0        0              741 Mar 15  2020 Info.bckup
-rw-rw-rw-    1 0        0              741 Mar 15  2020 Info.plist
-rw-rw-rw-    1 0        0              741 Mar 15  2020 com.apple.TimeMachine.MachineID.bckup
-rw-rw-rw-    1 0        0              741 Mar 15  2020 com.apple.TimeMachine.MachineID.plist
-rw-rw-rw-    1 0        0              741 Jun 17 00:18 com.apple.TimeMachine.Results.plist
-rw-rw-rw-    1 0        0              741 Jun 17 00:16 com.apple.TimeMachine.SnapshotHistory.plist

/tmp/mnt/Time_Capsule/Gary’s MacBook Pro.sparsebundle/bands:
drwx--S---    1 0        0            41997 May 29 19:21 .
drwx--S---    1 0        0               11 Jun 17 00:18 ..
drwx--S---    1 0        0            41997 May 29 19:21 .AppleDouble
-rw-------    1 0        0          3264512 Mar 15  2020 0
-rw-------    1 0        0          8388608 Oct 26  2020 1000
-rw-------    1 0        0          8388608 Mar 15  2020 1001
-rw-------    1 0        0          8388608 Mar 15  2020 1002
-rw-------    1 0        0          8388608 Mar 15  2020 1003
...

/tmp/mnt/Time_Capsule/Gary’s MacBook Pro.sparsebundle/bands/.AppleDouble:
drwx--S---    1 0        0            41997 May 29 19:21 .
drwx--S---    1 0        0            41997 May 29 19:21 ..
-rw-------    1 0        0              741 Mar 15  2020 .Parent
-rw-------    1 0        0              741 Mar 15  2020 0
-rw-------    1 0        0              741 Mar 15  2020 1000
-rw-------    1 0        0              741 Mar 15  2020 1001
-rw-------    1 0        0              741 Mar 15  2020 1002
-rw-------    1 0        0              741 Mar 15  2020 1003
...
 
Last edited:

Similar threads

Sign Up For SNBForums Daily Digest

Get an update of what's new every day delivered to your mailbox. Sign up here!
Top