Post

Dropbox Ingore File Command

  1. For Mac
1
xattr -w 'com.apple.fileprovider.ignore#P' 1 FOLDER_NAME

without FileProvider:

1
xattr -w com.dropbox.ignored 1 FOLDER_NAME
  1. For Ubuntu
1
attr -s com.dropbox.ignored -V 1 FOLDER_NAME
This post is licensed under CC BY 4.0 by the author.