Hi,
I have a TimeMachine on an external disk and a freshly installed macOS. I don't want to restore the entire TM backup but just pickup some files.
I noticed that I can copy the files and folder using Finder but other apps can't even read the Backups.backupdb folder.
When using Terminal:
How come that the user cannot read or list the folder contents even if it has the R and X permissions?
I have a TimeMachine on an external disk and a freshly installed macOS. I don't want to restore the entire TM backup but just pickup some files.
I noticed that I can copy the files and folder using Finder but other apps can't even read the Backups.backupdb folder.
When using Terminal:
Code:
$ whoami
jan
Code:
ll /Volumes/TimeMachine
total 216
dr-xr-xr-x+ 6 jan staff 204 Apr 22 2018 Backups.backupdb
-rwxr-xr-x@ 1 jan staff 107524 Feb 27 2018 tmbootpicker.efi
Code:
ll /Volumes/TimeMachine/Backups.backupdb/
ls: : Operation not permitted
sudo ls /Volumes/TimeMachine/Backups.backupdb/
ls: : Operation not permitted
How come that the user cannot read or list the folder contents even if it has the R and X permissions?