Skip to content

Commit 5f42eeb

Browse files
committed
updated mac_find_excluded_backup_paths.sh
1 parent a06f415 commit 5f42eeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bin/mac_find_excluded_backup_paths.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ sed '
7676
sort
7777
echo >&2
7878

79-
timestamp "Doing deep search for xattr excluded paths on each inode (this will take a very loong time)"
79+
timestamp "Doing deep search for xattr excluded paths on each inode (this will take a very long time)"
8080
sudo find "$path" |
8181
while read -r path; do
8282
if sudo xattr -p com.apple.metadata:com_apple_backup_excludeItem "$path" &>/dev/null; then

0 commit comments

Comments
 (0)