Skip to content

Instantly share code, notes, and snippets.

@bmike
Created April 26, 2014 14:42
Show Gist options
  • Save bmike/11321869 to your computer and use it in GitHub Desktop.
Save bmike/11321869 to your computer and use it in GitHub Desktop.
backupd ?
find -s / ! ( -fstype hfs -or -fstype ufs ) -prune -or -path /private/tmp -prune -or -path /private/var/folders -prune -or -path /private/var/tmp -prune -or -path */Backups.backupdb -prune -or -print
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment