I was wondering if this script would cause issue when restoring the back for apps that have one of the excluded patterns in their folder. For example, Electron-based apps such as Atom have a node_module folder:
~/Applications/Atom.app/Contents/Resources/app/apm/node_modules
If this is getting excluded, then upon restoring the backup, won't it malfunction?
I was wondering if this script would cause issue when restoring the back for apps that have one of the excluded patterns in their folder. For example, Electron-based apps such as Atom have a
node_module
folder:~/Applications/Atom.app/Contents/Resources/app/apm/node_modules
If this is getting excluded, then upon restoring the backup, won't it malfunction?